Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-05-09 04:28:29 +00:00

View File

@@ -147,7 +147,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
{ id: "1", title: "How long until we see results?", content: "Most B2B campaigns begin showing trajectory changes within 30-45 days." },
{ id: "1", title: "How long until we see results?", content: "Most B2B campaigns begin showing trajectory changes within 30-45 days, for example: • Lead volume increases of 20-50% in month one. • Cost-per-acquisition reduction of 15% within six weeks. • Immediate pipeline visibility improvements." },
{ id: "2", title: "What tools do you manage?", content: "We handle all major ad platforms and CRM integrations." },
{ id: "3", title: "Is reporting transparent?", content: "We provide weekly performance reports and a live dashboard." }
]}
@@ -184,4 +184,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}