Skip to content

Commit 35e3a35

Browse files
committed
feat(page): add FAQ section to HomePage component
1 parent e813080 commit 35e3a35

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/app/(site)/page.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import {
77
FeaturesSection,
88
HeroSection,
99
VisionSection,
10+
FAQSection,
1011
} from "@/components/home";
1112
import HomeTabs from "@/components/home/home-tabs";
1213

@@ -28,6 +29,9 @@ export default function HomePage() {
2829
{/* Bento Grid Section */}
2930
<BentoGridSection />
3031

32+
{/* FAQ Section */}
33+
<FAQSection className="pt-16" />
34+
3135
{/* CTA Section */}
3236
<CTASection />
3337
</BackgroundSection>

0 commit comments

Comments
 (0)