Merge version_4 into main #6

Merged
bender merged 1 commits from version_4 into main 2026-03-03 12:32:47 +00:00

View File

@@ -171,7 +171,7 @@ export default function LandingPage() {
<div id="cta" data-section="cta"> <div id="cta" data-section="cta">
<ContactFaq <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." ctaDescription="30-min discovery call to align on opportunity and test strategy."
ctaButton={{ text: "Schedule Now", href: "https://calendly.com" }} ctaButton={{ text: "Schedule Now", href: "https://calendly.com" }}
ctaIcon={Calendar} ctaIcon={Calendar}
@@ -240,4 +240,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }