From aaa107a8f2a7ee6f390ea19d1430835c42854f1d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:31:41 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ca69344..cea66c3 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: "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: "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." +}; export default function RootLayout({ children, -- 2.49.1 From de7921dcf29b243b24cd089913b9651a4bd93d9a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:31:42 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e363812..5444c81 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import Input from "@/components/form/Input"; -import { BarChart3, Briefcase, CreditCard, Mail, Package, Palette, Shield, ShoppingCart, TrendingUp, Users, Zap, Sparkles, Database, Crown, Play, Image, Layers, Clock, CheckCircle, HelpCircle, Calendar, ArrowRight, MessageCircle } from "lucide-react"; +import { BarChart3, Briefcase, CreditCard, Mail, Package, Palette, Shield, ShoppingCart, TrendingUp, Users, Zap, Sparkles, Database, Crown, Play, Image, Layers, Clock, CheckCircle, HelpCircle, Calendar, ArrowRight, MessageCircle, Zap as ZapIcon } from "lucide-react"; import { useState, useEffect } from "react"; import Link from "next/link"; @@ -457,9 +457,9 @@ export default function LandingPage() { ] }, { - id: "growth", badge: "Growth - 40% Average ROAS Lift", badgeIcon: Zap, + id: "growth", badge: "Growth - 40% Average ROAS Lift", badgeIcon: ZapIcon, price: "$5,000", subtitle: "Per Month (Recurring)", buttons: [ - { text: "Get 3 Free Ads Now", href: "#free-offer" } + { 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" -- 2.49.1