|
|
|
|
@@ -55,7 +55,7 @@ export default function LandingPage() {
|
|
|
|
|
isScrolled ? 'bg-background/95 backdrop-blur-md shadow-lg' : 'bg-transparent'
|
|
|
|
|
}`}>
|
|
|
|
|
<NavbarLayoutFloatingInline
|
|
|
|
|
brandName="Efficient Ads"
|
|
|
|
|
brandName="studio ads"
|
|
|
|
|
navItems={[
|
|
|
|
|
{ name: "How it Works", id: "how-it-works" },
|
|
|
|
|
{ name: "Pricing", id: "pricing" },
|
|
|
|
|
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
|
|
|
|
{ name: "Contact", id: "contact" }
|
|
|
|
|
]}
|
|
|
|
|
button={{
|
|
|
|
|
text: "Get 3 Free Ads Now", href: "#free-offer"
|
|
|
|
|
text: "Claim 3 Free Ads", href: "#free-offer"
|
|
|
|
|
}}
|
|
|
|
|
animateOnLoad={true}
|
|
|
|
|
/>
|
|
|
|
|
@@ -91,7 +91,7 @@ export default function LandingPage() {
|
|
|
|
|
onClick={() => document.getElementById('free-offer')?.scrollIntoView({ behavior: 'smooth' })}
|
|
|
|
|
className="w-full py-3 px-4 bg-white text-primary-cta font-semibold rounded-full hover:opacity-90 transition-opacity"
|
|
|
|
|
>
|
|
|
|
|
Get 3 Free Ads
|
|
|
|
|
Claim 3 Free Ads
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
)}
|
|
|
|
|
@@ -99,7 +99,7 @@ export default function LandingPage() {
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroCentered
|
|
|
|
|
title="40% ROAS Increase in 48 Hours"
|
|
|
|
|
description="Professional ad creatives delivered in 48 hours instead of 3 weeks. Agency-quality video ads and static creatives, 50% cheaper than traditional agencies."
|
|
|
|
|
description="Turn 48-hour briefs into conversion-ready creatives. Professional ad creatives delivered in 48 hours instead of 3 weeks. Agency-quality video ads and static creatives, 50% cheaper than traditional agencies."
|
|
|
|
|
background={{ variant: "downward-rays-animated" }}
|
|
|
|
|
avatars={[
|
|
|
|
|
{
|
|
|
|
|
@@ -114,11 +114,11 @@ export default function LandingPage() {
|
|
|
|
|
]}
|
|
|
|
|
avatarText="Trusted by 100+ agencies and brands"
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Get 3 Free Ads Now", href: "#free-offer" },
|
|
|
|
|
{ text: "Claim 3 Free Ads", href: "#free-offer" },
|
|
|
|
|
{ text: "See Our Work", href: "#features" }
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
ariaLabel="Hero section - Efficient Ads professional ad creatives in 48 hours"
|
|
|
|
|
ariaLabel="Hero section - studio ads professional ad creatives in 48 hours"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -190,7 +190,7 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="pain-points" data-section="pain-points">
|
|
|
|
|
<FeatureBorderGlow
|
|
|
|
|
title="The Old Way vs. The Efficient Ads Way"
|
|
|
|
|
title="The Old Way vs. The studio ads Way"
|
|
|
|
|
description="Stop wasting weeks on ad production. Here's how we're different."
|
|
|
|
|
tag="Why Switch"
|
|
|
|
|
tagIcon={Zap}
|
|
|
|
|
@@ -314,7 +314,7 @@ export default function LandingPage() {
|
|
|
|
|
width="100%"
|
|
|
|
|
height="100%"
|
|
|
|
|
src="https://www.youtube.com/embed/dQw4w9WgXcQ"
|
|
|
|
|
title="Efficient Ads Demo"
|
|
|
|
|
title="studio ads Demo"
|
|
|
|
|
frameBorder="0"
|
|
|
|
|
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
|
|
|
|
allowFullScreen
|
|
|
|
|
@@ -333,30 +333,27 @@ export default function LandingPage() {
|
|
|
|
|
<p className="text-foreground/70 mb-6">Try our service risk-free. No credit card required upfront. Get agency-quality ad creatives delivered in 48 hours.</p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div className="space-y-4">
|
|
|
|
|
<div>
|
|
|
|
|
<label className="block text-sm font-medium text-foreground mb-2">Paste your website URL</label>
|
|
|
|
|
<div className="flex gap-2">
|
|
|
|
|
<Input
|
|
|
|
|
value={urlInput}
|
|
|
|
|
onChange={setUrlInput}
|
|
|
|
|
type="url"
|
|
|
|
|
placeholder="e.g. yourbrand.com"
|
|
|
|
|
required
|
|
|
|
|
/>
|
|
|
|
|
<button
|
|
|
|
|
onClick={handleUrlSubmit}
|
|
|
|
|
className="px-6 py-3 bg-primary-cta text-primary-cta-text font-semibold rounded-full hover:opacity-90 transition-opacity whitespace-nowrap"
|
|
|
|
|
>
|
|
|
|
|
Submit
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
<div className="flex flex-col gap-4 max-w-lg mx-auto">
|
|
|
|
|
<div className="flex gap-2">
|
|
|
|
|
<Input
|
|
|
|
|
value={urlInput}
|
|
|
|
|
onChange={setUrlInput}
|
|
|
|
|
type="url"
|
|
|
|
|
placeholder="e.g. yourbrand.com"
|
|
|
|
|
required
|
|
|
|
|
/>
|
|
|
|
|
<button
|
|
|
|
|
onClick={handleUrlSubmit}
|
|
|
|
|
className="px-6 py-3 bg-primary-cta text-primary-cta-text font-semibold rounded-full hover:opacity-90 transition-opacity whitespace-nowrap"
|
|
|
|
|
>
|
|
|
|
|
Submit
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
<button
|
|
|
|
|
onClick={handleUrlSubmit}
|
|
|
|
|
className="w-full py-4 px-6 bg-primary-cta text-primary-cta-text font-semibold rounded-full hover:opacity-90 transition-opacity text-lg"
|
|
|
|
|
>
|
|
|
|
|
Get 3 Free Ads (No Credit Card)
|
|
|
|
|
Claim 3 Free Ads Now
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -448,26 +445,26 @@ export default function LandingPage() {
|
|
|
|
|
tagIcon={CreditCard}
|
|
|
|
|
plans={[
|
|
|
|
|
{
|
|
|
|
|
id: "starter", badge: "Starter - 20% Average ROAS Lift", badgeIcon: Sparkles,
|
|
|
|
|
price: "$1,500", subtitle: "Per Month (Recurring)", buttons: [
|
|
|
|
|
{ text: "Get 3 Free Ads Now", href: "#free-offer" }
|
|
|
|
|
],
|
|
|
|
|
features: [
|
|
|
|
|
"✓ 4 ad projects per month", "✓ Video ads (up to 3 variations each)", "✓ Static creatives (10+ variations)", "✓ Full-funnel packs", "✓ 48-hour turnaround", "✓ Brand consistency maintained", "✓ Email support"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "growth", badge: "Growth - 40% Average ROAS Lift", badgeIcon: ZapIcon,
|
|
|
|
|
price: "$5,000", subtitle: "Per Month (Recurring)", buttons: [
|
|
|
|
|
id: "growth", badge: "Growth - Most Popular - 40% ROAS Lift", badgeIcon: ZapIcon,
|
|
|
|
|
price: "$5,000", subtitle: "For high-volume, results-driven marketing teams", buttons: [
|
|
|
|
|
{ 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"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "starter", badge: "Starter - 20% Average ROAS Lift", badgeIcon: Sparkles,
|
|
|
|
|
price: "$1,500", subtitle: "Perfect for growing brands testing ad creation", buttons: [
|
|
|
|
|
{ text: "Claim 3 Free Ads Now", href: "#free-offer" }
|
|
|
|
|
],
|
|
|
|
|
features: [
|
|
|
|
|
"✓ 4 ad projects per month", "✓ Video ads (up to 3 variations each)", "✓ Static creatives (10+ variations)", "✓ Full-funnel packs", "✓ 48-hour turnaround", "✓ Brand consistency maintained", "✓ Email support"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "enterprise", badge: "Enterprise - Custom ROAS", badgeIcon: Calendar,
|
|
|
|
|
price: "Custom", subtitle: "Schedule a Call", buttons: [
|
|
|
|
|
price: "Custom", subtitle: "For agencies and enterprises with unique needs", buttons: [
|
|
|
|
|
{ text: "Book Appointment", href: "#contact" }
|
|
|
|
|
],
|
|
|
|
|
features: [
|
|
|
|
|
@@ -523,7 +520,7 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
|
<TestimonialCardFifteen
|
|
|
|
|
testimonial="We went from spending 3 weeks on ad production to 48 hours. The quality is exceptional and our ROAS improved by 40%. Efficient Ads is a game-changer for our agency."
|
|
|
|
|
testimonial="We went from spending 3 weeks on ad production to 48 hours. The quality is exceptional and our ROAS improved by 40%. studio ads is a game-changer for our agency."
|
|
|
|
|
rating={5}
|
|
|
|
|
author="Emma Rodriguez, Creative Director"
|
|
|
|
|
avatars={[
|
|
|
|
|
@@ -566,7 +563,7 @@ export default function LandingPage() {
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATkkwMdD0iTY5cZ1obi8rWoV7q/professional-headshot-of-a-young-marketi-1772624560922-a81a2ec0.png?_wi=2"
|
|
|
|
|
imageAlt="FAQ support team"
|
|
|
|
|
title="Frequently Asked Questions"
|
|
|
|
|
description="Everything you need to know about working with Efficient Ads."
|
|
|
|
|
description="Everything you need to know about working with studio ads."
|
|
|
|
|
tag="Help"
|
|
|
|
|
tagIcon={HelpCircle}
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
@@ -581,13 +578,13 @@ export default function LandingPage() {
|
|
|
|
|
<ContactCenter
|
|
|
|
|
tag="Get Started"
|
|
|
|
|
title="Ready to Scale Your Creative Output?"
|
|
|
|
|
description="Join 100+ brands and agencies already transforming their ad production with Efficient Ads. Start with your free 3 ads today. 30-day money-back guarantee. No credit card required. Cancel anytime."
|
|
|
|
|
description="Join 100+ brands and agencies already transforming their ad production with studio ads. Start with your free 3 ads today."
|
|
|
|
|
tagIcon={Mail}
|
|
|
|
|
background={{ variant: "downward-rays-static-grid" }}
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
inputPlaceholder="Enter your email address"
|
|
|
|
|
buttonText="Get 3 Free Ads Now"
|
|
|
|
|
termsText="No credit card required. 30-day money-back guarantee on paid plans. Cancel anytime."
|
|
|
|
|
buttonText="Claim 3 Free Ads Now"
|
|
|
|
|
termsText="No card required. 30-day guarantee. Cancel anytime."
|
|
|
|
|
ariaLabel="Contact form and ad offer signup"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -619,7 +616,7 @@ export default function LandingPage() {
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
copyrightText="© 2025 Efficient Ads. All rights reserved."
|
|
|
|
|
copyrightText="© 2025 studio ads. All rights reserved."
|
|
|
|
|
ariaLabel="Footer navigation and company information"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|