3 Commits

Author SHA1 Message Date
1242c2b163 Merge version_4 into main
Merge version_4 into main
2026-04-21 04:14:49 +00:00
14392eaedf Update src/app/page.tsx 2026-04-21 04:14:46 +00:00
686b27acf5 Merge version_3 into main
Merge version_3 into main
2026-04-21 04:14:00 +00:00

View File

@@ -127,7 +127,7 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={true}
faqs={[
{ id: "f1", title: "How is pricing structured?", content: "We offer bespoke proposals based on the scope and ROI potential. We specialize in high-ticket engagements." },
{ id: "f1", title: "How is pricing structured?", content: "We offer bespoke proposals based on the scope and ROI potential. We specialize in high-ticket engagements. Ready to get started? Book a free audit or discovery call with our team to map out your path to success." },
{ id: "f2", title: "Is ad spend included?", content: "Ad spend is always paid directly to the platforms to ensure full transparency and control." }
]}
sideTitle="Common Questions"
@@ -162,4 +162,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}