Merge version_4 into main #5

Merged
bender merged 1 commits from version_4 into main 2026-04-21 04:14:50 +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>
);
}
}