6 Commits

Author SHA1 Message Date
6f11ebac09 Update src/app/page.tsx 2026-03-05 05:07:05 +00:00
45e956d16a Update src/app/layout.tsx 2026-03-05 05:07:05 +00:00
ff8938ec0f Merge version_11 into main
Merge version_11 into main
2026-03-05 05:04:11 +00:00
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 33 additions and 32 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 - 40% Average ROAS Increase—Get Professional Ad Creatives in 48 Hours, 50% Cheaper Than Agencies", description: "Launch winning campaigns in 48 hours instead of 3 weeks. Agency-quality video ads, static creatives, and full-funnel packs. 40% average ROAS increase. 50% cheaper than agencies."
};
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="40% Average ROAS Increase—Get Professional Ad Creatives in 48 Hours, 50% Cheaper Than Agencies"
description="Launch winning campaigns in 48 hours instead of 3 weeks. 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,
@@ -210,16 +210,31 @@ export default function LandingPage() {
/>
</div>
<div id="free-offer" data-section="free-offer">
<ContactCenter
tag="Free Trial - Risk Free"
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."
tagIcon={Sparkles}
background={{ variant: "downward-rays-static-grid" }}
useInvertedBackground={true}
inputPlaceholder="Enter your email address"
buttonText="Claim Your 3 Free Ads Now"
termsText="No credit card required. 30-day money-back guarantee on paid plans."
ariaLabel="Free ad offer signup"
/>
</div>
<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>View Plan Comparison</span>
</button>
</div>
{showComparison && (
@@ -319,21 +334,6 @@ export default function LandingPage() {
/>
</div>
<div id="free-offer" data-section="free-offer">
<ContactCenter
tag="Free Trial - Risk Free"
title="See Results in 48 Hours"
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" }}
useInvertedBackground={true}
inputPlaceholder="Enter your email address"
buttonText="Claim Your 3 Free Ads Now"
termsText="By claiming your free ads, you agree to our Terms and Conditions. No credit card required. 30-day money-back guarantee on paid plans. No follow-up calls. No obligations."
ariaLabel="Free ad offer signup"
/>
</div>
<div id="who-its-for" data-section="who-its-for">
<FeatureBorderGlow
title="Who We Help"
@@ -412,7 +412,7 @@ export default function LandingPage() {
id: "5", title: "Can I get unlimited revisions?", content: "Revision allowances vary by plan. Our Growth and Enterprise plans include comprehensive revision options. We work with you until you're happy with the results—we succeed when you succeed."
},
{
id: "6", title: "What's included in the free 3 ads offer?", content: "You get three custom ad creatives tailored to your business. This might be a mix of video ads, static creatives, or a full-funnel sample. No credit card needed, no follow-up sales calls—just quality work to show what we can do."
id: "6", title: "What's included in the free 3 ads offer?", content: "You get three custom ad creatives tailored to your business. This might be a mix of video ads, static creatives, or a full-funnel sample. No credit card needed."
}
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATkkwMdD0iTY5cZ1obi8rWoV7q/professional-headshot-of-a-young-marketi-1772624560922-a81a2ec0.png?_wi=2"
@@ -439,7 +439,7 @@ export default function LandingPage() {
useInvertedBackground={true}
inputPlaceholder="Enter your email address"
buttonText="Claim Your 3 Free Ads Now"
termsText="By claiming your free ads, you're confirming that you agree with our Terms and Conditions. No credit card required. 30-day money-back guarantee on paid plans. Cancel anytime, no questions asked."
termsText="No credit card required. 30-day money-back guarantee on paid plans. Cancel anytime."
ariaLabel="Contact form and ad offer signup"
/>
</div>