3 Commits

Author SHA1 Message Date
98f7cb8ba6 Update src/app/page.tsx 2026-03-05 05:04:07 +00:00
fe1b84e4d2 Update src/app/layout.tsx 2026-03-05 05:04:07 +00:00
2a8616b144 Merge version_10 into main
Merge version_10 into main
2026-03-05 05:01:16 +00:00
2 changed files with 17 additions and 16 deletions

View File

@@ -2,7 +2,8 @@ import type { Metadata } from "next";
import "./globals.css";
export const metadata: Metadata = {
title: "Efficient Ads - Agency-Quality Ad Creatives in 48 Hours", description: "Get professional ad creatives delivered in 48 hours at half the traditional cost. 40% faster, 50% cheaper. Perfect for agencies, brands, and creators."};
title: "Efficient Ads - Get Professional Ad Creatives in 48 Hours—50% Cheaper Than Agencies", description: "Get Professional Ad Creatives in 48 Hours—50% Cheaper Than Agencies. 40% Average ROAS Increase. 3 Weeks Production Time Cut to 48 Hours. Perfect for agencies, brands, and creators."
};
export default function RootLayout({
children,

View File

@@ -11,7 +11,7 @@ import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
import { BarChart3, Briefcase, CreditCard, Mail, Package, Palette, Shield, ShoppingCart, TrendingUp, Users, Zap, Sparkles, Database, Crown, Play, Image, Layers, Clock, CheckCircle, HelpCircle, Calendar } 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 } from "lucide-react";
import { useState } from "react";
export default function LandingPage() {
@@ -49,8 +49,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
title="Agency-Quality Ad Creatives. Delivered in 48 Hours."
description="40% faster delivery and 50% cheaper than traditional agencies—get stunning video ads, static creatives, and full-funnel packs in 48 hours. Launch winning campaigns 3x faster. Perfect for agencies, brands, and creators who refuse to compromise on quality."
title="Get Professional Ad Creatives in 48 Hours—50% Cheaper Than Agencies."
description="40% Average ROAS Increase. 3 Weeks Production Time Cut to 48 Hours. Launch winning campaigns faster with agency-quality video ads, static creatives, and full-funnel packs. Perfect for agencies, brands, and creators who refuse to compromise on quality."
background={{ variant: "downward-rays-animated" }}
avatars={[
{
@@ -69,17 +69,17 @@ export default function LandingPage() {
{ text: "See Our Work", href: "#features" }
]}
buttonAnimation="slide-up"
ariaLabel="Hero section - Efficient Ads agency-quality ads in 48 hours"
ariaLabel="Hero section - Efficient Ads professional ad creatives in 48 hours"
/>
</div>
<div id="social-proof" data-section="social-proof">
<SocialProofOne
title="Proven Results for Growing Brands"
description="Real numbers from real clients achieving real results"
description="40% Average ROAS Increase. 3 Weeks Production Time Cut to 48 Hours. Real numbers from real clients achieving real results."
tag="Social Proof"
tagIcon={TrendingUp}
names={["200+ Ad Variations", "48-Hour Turnaround", "95% Client Satisfaction", "10M+ Impressions Generated", "3x Faster Production"]}
names={["40% Average ROAS Increase", "3 Weeks Production Time Cut to 48 Hours", "95% Client Satisfaction", "10M+ Impressions Generated", "50% Cost Savings vs Agencies"]}
textboxLayout="default"
useInvertedBackground={true}
speed={40}
@@ -100,7 +100,7 @@ export default function LandingPage() {
features={[
{
icon: Clock,
title: "Weeks of Back-and-Forth", description: "Traditional agencies take weeks for approvals and revisions. We deliver in 48 hours."
title: "3 Weeks Production Time vs 48 Hours", description: "Traditional agencies take weeks for approvals and revisions. We deliver in 48 hours."
},
{
icon: Users,
@@ -112,11 +112,11 @@ export default function LandingPage() {
},
{
icon: TrendingUp,
title: "Unknown Performance", description: "Guessing which creatives will perform best. We optimize based on real data insights."
title: "40% Average ROAS Increase", description: "Guessing which creatives will perform best. We optimize based on real data insights."
},
{
icon: CreditCard,
title: "Unpredictable Costs", description: "Hidden fees and scope creep add up fast. Our pricing is transparent and fixed."
title: "50% Cheaper Than Agencies", description: "Hidden fees and scope creep add up fast. Our pricing is transparent and fixed."
},
{
icon: Sparkles,
@@ -212,14 +212,14 @@ export default function LandingPage() {
<div id="pricing" data-section="pricing">
<div className="relative">
<div className="flex justify-center mb-6">
<div className="flex justify-center mb-8">
<button
onClick={() => setShowComparison(!showComparison)}
className="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-primary-button text-primary hover:opacity-80 transition-opacity"
aria-label="Toggle feature comparison"
className="inline-flex items-center gap-2 px-6 py-3 rounded-full bg-primary-cta text-primary-cta-text hover:opacity-80 transition-opacity font-semibold"
aria-label="Claim your 3 free ads"
>
<CheckCircle size={18} />
<span>{showComparison ? "Hide Comparison" : "Show Plan Comparison"}</span>
<CheckCircle size={20} />
<span>Claim Your 3 Free Ads Now</span>
</button>
</div>
{showComparison && (
@@ -322,7 +322,7 @@ export default function LandingPage() {
<div id="free-offer" data-section="free-offer">
<ContactCenter
tag="Free Trial - Risk Free"
title="See Results in 48 Hours"
title="Claim Your 3 Free Ads Now"
description="Try our service risk-free. No credit card required upfront. Get agency-quality ad creatives delivered in 48 hours. Plus, enjoy a 30-day money-back guarantee on paid plans. No follow-up sales calls. No obligations."
tagIcon={Sparkles}
background={{ variant: "downward-rays-static-grid" }}