From 8060f0dc6f6ec79b3eb49604f84d4eb6f34e3748 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 07:29:04 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 84afd54..5e6657b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,8 +5,7 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - 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." -}; + 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."}; export default function RootLayout({ children, -- 2.49.1 From f33b1d8ff5076b0886b586dac92a75996a034877 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 07:29:05 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 118 ++++++++++++++++++++++++++++++++--------------- 1 file changed, 80 insertions(+), 38 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 01b2f04..71a4223 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -189,44 +189,86 @@ export default function LandingPage() {
- +
+
+
+
+ + + Why Switch + +
+

The Old Way vs. The studio ads Way

+

Stop wasting weeks on ad production. Here's how we're different.

+
+ + {/* Comparison Chart */} +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FeatureTraditional Agenciesstudio ads
Production Time3-4 Weeks48 Hours
Cost per Ad$2,500-5,000$500-1,500
Creative Variations1-3 Base Concepts10+ Included
Revision RoundsLimited / Extra CostUnlimited (48hr)
Platform OptimizationLimited FormatsAll Major Platforms
Average ROAS Lift20-25% Average40% Average
Account ManagerAlways IncludedGrowth+ Plans
Setup/Onboarding2-4 WeeksMinimal
+
+ +
+ +
+
+
-- 2.49.1