diff --git a/src/app/page.tsx b/src/app/page.tsx index 864ff9e..242b84a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" } ]} button={{ - text: "Get 3 Free Ads Now", href: "#free-offer" + text: "Claim 3 Free Ads", href: "#free-offer" }} animateOnLoad={true} /> @@ -91,7 +91,7 @@ export default function LandingPage() { onClick={() => document.getElementById('free-offer')?.scrollIntoView({ behavior: 'smooth' })} className="w-full py-3 px-4 bg-white text-primary-cta font-semibold rounded-full hover:opacity-90 transition-opacity" > - Get 3 Free Ads + Claim 3 Free Ads )} @@ -99,7 +99,7 @@ export default function LandingPage() {
- Get 3 Free Ads Now + Claim 3 Free Ads Now
@@ -446,7 +446,7 @@ export default function LandingPage() { plans={[ { id: "growth", badge: "Growth - Most Popular - 40% ROAS Lift", badgeIcon: ZapIcon, - price: "$5,000", subtitle: "Per Month (Recurring)", buttons: [ + price: "$5,000", subtitle: "For high-volume, results-driven marketing teams", buttons: [ { text: "Start Your 48-Hour Project", href: "#free-offer" } ], features: [ @@ -455,8 +455,8 @@ export default function LandingPage() { }, { id: "starter", badge: "Starter - 20% Average ROAS Lift", badgeIcon: Sparkles, - price: "$1,500", subtitle: "Per Month (Recurring)", buttons: [ - { text: "Get 3 Free Ads Now", href: "#free-offer" } + price: "$1,500", subtitle: "Perfect for growing brands testing ad creation", buttons: [ + { text: "Claim 3 Free Ads Now", href: "#free-offer" } ], features: [ "✓ 4 ad projects per month", "✓ Video ads (up to 3 variations each)", "✓ Static creatives (10+ variations)", "✓ Full-funnel packs", "✓ 48-hour turnaround", "✓ Brand consistency maintained", "✓ Email support" @@ -464,7 +464,7 @@ export default function LandingPage() { }, { id: "enterprise", badge: "Enterprise - Custom ROAS", badgeIcon: Calendar, - price: "Custom", subtitle: "Schedule a Call", buttons: [ + price: "Custom", subtitle: "For agencies and enterprises with unique needs", buttons: [ { text: "Book Appointment", href: "#contact" } ], features: [ @@ -583,7 +583,7 @@ export default function LandingPage() { background={{ variant: "downward-rays-static-grid" }} useInvertedBackground={true} inputPlaceholder="Enter your email address" - buttonText="Get 3 Free Ads Now" + buttonText="Claim 3 Free Ads Now" termsText="No card required. 30-day guarantee. Cancel anytime." ariaLabel="Contact form and ad offer signup" />