diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5e6657b..a91cb11 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "studio ads - Professional Ad Creatives in 48 Hours", description: "Transform your ad production with agency-quality creatives delivered in 48 hours. 40% average ROAS increase, 50% cheaper than traditional agencies."}; + title: "studio ads - Professional Ad Creatives in 48 Hours", description: "Get agency-quality ads in 48 hours with proven 40% ROAS lift. Professional ad creatives delivered fast, 50% cheaper than traditional agencies." +}; export default function RootLayout({ children, @@ -1384,4 +1385,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 71a4223..169cc62 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: "Claim 3 Free Ads", href: "#free-offer" + text: "Get Your Free Ads → See 48-Hour Results", href: "#free-offer" }} animateOnLoad={true} /> @@ -91,15 +91,15 @@ 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" > - Claim 3 Free Ads + Get Your Free Ads )}
- Claim 3 Free Ads Now + Start Free Project
@@ -466,7 +466,7 @@ export default function LandingPage() { tagIcon={CreditCard} plans={[ { - id: "growth", badge: "Growth - Most Popular - 40% ROAS Lift", badgeIcon: ZapIcon, + id: "growth", badge: "Growth - Most Popular - 40% ROAS Lift Guaranteed", badgeIcon: ZapIcon, price: "$5,000", subtitle: "For high-volume, results-driven marketing teams", buttons: [ { text: "Start Your 48-Hour Project", href: "#free-offer" } ], @@ -477,14 +477,14 @@ export default function LandingPage() { { id: "starter", badge: "Starter - 20% Average ROAS Lift", badgeIcon: Sparkles, price: "$1,500", subtitle: "Perfect for growing brands testing ad creation", buttons: [ - { text: "Claim 3 Free Ads Now", href: "#free-offer" } + { text: "Start Free Project", 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" ] }, { - id: "enterprise", badge: "Enterprise - Custom ROAS", badgeIcon: Calendar, + id: "enterprise", badge: "Enterprise - Custom ROAS Targets", badgeIcon: Calendar, price: "Custom", subtitle: "For agencies and enterprises with unique needs", buttons: [ { text: "Book Appointment", href: "#contact" } ], @@ -604,7 +604,7 @@ export default function LandingPage() { background={{ variant: "downward-rays-static-grid" }} useInvertedBackground={true} inputPlaceholder="Enter your email address" - buttonText="Claim 3 Free Ads Now" + buttonText="Start Free Project" termsText="No card required. 30-day guarantee. Cancel anytime." ariaLabel="Contact form and ad offer signup" /> @@ -643,4 +643,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file