Update src/app/page.tsx

This commit is contained in:
2026-03-03 12:26:56 +00:00
parent 915bd6530f
commit b4c040374d

View File

@@ -171,16 +171,16 @@ export default function LandingPage() {
<div id="cta" data-section="cta">
<ContactFaq
ctaTitle="Ready to move fast?"
ctaTitle="Move 8 weeks faster than agencies. Start now."
ctaDescription="30-min discovery call to align on opportunity and test strategy."
ctaButton={{ text: "Schedule Now", href: "https://calendly.com" }}
ctaIcon={Calendar}
faqs={[
{
id: "1", title: "What's the minimum spend?", content: "I work best with brands at $50k+/month in ad spend. Below that, I recommend optimizing internally first."
id: "1", title: "How long until I see results?", content: "Week 1 is research and strategy. Week 2, we launch optimized creatives. ROAS improves by week 34 if fundamentals are sound."
},
{
id: "2", title: "How long until I see results?", content: "Week 1 is research and strategy. Week 2, we launch optimized creatives. ROAS improves by week 34 if fundamentals are sound."
id: "2", title: "What's the minimum spend?", content: "I work best with brands at $50k+/month in ad spend. Below that, I recommend optimizing internally first."
},
{
id: "3", title: "What's your engagement model?", content: "Monthly retainer or performance-based. I prefer retainer so I can focus on your growth, not billable hours."
@@ -240,4 +240,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}