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, 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"