diff --git a/src/app/layout.tsx b/src/app/layout.tsx index cea66c3..84afd54 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,7 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Efficient Ads - Professional Ad Creatives in 48 Hours", description: "Get agency-quality ad creatives delivered in 48 hours. 40% ROAS increase, 50% cheaper than traditional agencies." + title: "studio ads - Professional Ad Creatives in 48 Hours", description: "Get agency-quality ad creatives delivered in 48 hours. 40% ROAS increase, 50% cheaper than traditional agencies." }; export default function RootLayout({ diff --git a/src/app/page.tsx b/src/app/page.tsx index 5444c81..f166df4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { isScrolled ? 'bg-background/95 backdrop-blur-md shadow-lg' : 'bg-transparent' }`}> @@ -190,7 +190,7 @@ export default function LandingPage() {
Try our service risk-free. No credit card required upfront. Get agency-quality ad creatives delivered in 48 hours.

-
-
- -
- - -
+
+
+ +
@@ -447,6 +444,15 @@ export default function LandingPage() { tag="Plans" tagIcon={CreditCard} plans={[ + { + id: "growth", badge: "Growth - Most Popular - 40% ROAS Lift", badgeIcon: ZapIcon, + price: "$5,000", subtitle: "Per Month (Recurring)", buttons: [ + { text: "Start Your 48-Hour Project", href: "#free-offer" } + ], + features: [ + "✓ Unlimited ad projects", "✓ 30 ad creatives (video & static mix)", "✓ Full-funnel packs included", "✓ 24-hour turnaround available", "✓ A/B testing variations", "✓ Performance analytics", "✓ Priority support", "✓ Dedicated account manager" + ] + }, { id: "starter", badge: "Starter - 20% Average ROAS Lift", badgeIcon: Sparkles, price: "$1,500", subtitle: "Per Month (Recurring)", buttons: [ @@ -456,15 +462,6 @@ export default function LandingPage() { "✓ 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: "growth", badge: "Growth - 40% Average ROAS Lift", badgeIcon: ZapIcon, - price: "$5,000", subtitle: "Per Month (Recurring)", buttons: [ - { text: "Start Your 48-Hour Project", href: "#free-offer" } - ], - features: [ - "✓ Unlimited ad projects", "✓ 30 ad creatives (video & static mix)", "✓ Full-funnel packs included", "✓ 24-hour turnaround available", "✓ A/B testing variations", "✓ Performance analytics", "✓ Priority support", "✓ Dedicated account manager" - ] - }, { id: "enterprise", badge: "Enterprise - Custom ROAS", badgeIcon: Calendar, price: "Custom", subtitle: "Schedule a Call", buttons: [ @@ -523,7 +520,7 @@ export default function LandingPage() {