2 Commits

Author SHA1 Message Date
9ab3080350 Update src/app/page.tsx 2026-03-03 12:32:41 +00:00
15fa06cf96 Merge version_3 into main
Merge version_3 into main
2026-03-03 12:27:01 +00:00

View File

@@ -171,7 +171,7 @@ export default function LandingPage() {
<div id="cta" data-section="cta">
<ContactFaq
ctaTitle="Move 8 weeks faster than agencies. Start now."
ctaTitle="Stop waiting for results. Book a strategy call today."
ctaDescription="30-min discovery call to align on opportunity and test strategy."
ctaButton={{ text: "Schedule Now", href: "https://calendly.com" }}
ctaIcon={Calendar}
@@ -240,4 +240,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}