We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e813080 commit 35e3a35Copy full SHA for 35e3a35
src/app/(site)/page.tsx
@@ -7,6 +7,7 @@ import {
7
FeaturesSection,
8
HeroSection,
9
VisionSection,
10
+ FAQSection,
11
} from "@/components/home";
12
import HomeTabs from "@/components/home/home-tabs";
13
@@ -28,6 +29,9 @@ export default function HomePage() {
28
29
{/* Bento Grid Section */}
30
<BentoGridSection />
31
32
+ {/* FAQ Section */}
33
+ <FAQSection className="pt-16" />
34
+
35
{/* CTA Section */}
36
<CTASection />
37
</BackgroundSection>
0 commit comments