From 1d7bdc8f074f53d8678f52d73da6fdbf4836faae Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 01:32:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9df0bbc..d8001ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,7 +38,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" } ]} button={{ - text: "Get 3 Free Ads", href: "#free-offer" + text: "Claim Your 3 Free Ads Now", href: "#free-offer" }} animateOnLoad={true} /> @@ -62,7 +62,7 @@ export default function LandingPage() { ]} avatarText="Trusted by 100+ agencies and brands" buttons={[ - { text: "Get 3 Free Ads", href: "#free-offer" }, + { text: "Claim Your 3 Free Ads Now", href: "#free-offer" }, { text: "See Our Work", href: "#features" } ]} buttonAnimation="slide-up" @@ -216,7 +216,7 @@ export default function LandingPage() { plans={[ { id: "starter", badge: "Starter", badgeIcon: Sparkles, - price: "$1,500", subtitle: "Per Month", buttons: [ + price: "$1,500", subtitle: "Per Month (Recurring)", buttons: [ { text: "Get Started", href: "#free-offer" } ], features: [ @@ -225,7 +225,7 @@ export default function LandingPage() { }, { id: "growth", badge: "Most Popular", badgeIcon: Zap, - price: "$5,000", subtitle: "Per Month", buttons: [ + price: "$5,000", subtitle: "Per Month (Recurring)", buttons: [ { text: "Get Started", href: "#free-offer" } ], features: [ @@ -261,7 +261,7 @@ export default function LandingPage() { background={{ variant: "downward-rays-static-grid" }} useInvertedBackground={true} inputPlaceholder="Enter your email address" - buttonText="Get 3 Free Ads" + buttonText="Claim Your 3 Free Ads Now" termsText="By claiming your free ads, you agree to our Terms and Conditions. We'll send you everything via email. No credit card required. No follow-up calls. No obligations." ariaLabel="Free ad offer signup" /> @@ -330,7 +330,7 @@ export default function LandingPage() { @@ -410,4 +410,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}