Merge version_29 into main #41

Merged
bender merged 1 commits from version_29 into main 2026-03-09 13:53:58 +00:00

View File

@@ -99,7 +99,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
title="48-Hour Ad Creatives That Drive 40% ROAS"
description="Turn your creative briefs into conversion-ready ads in 48 hours. Agency-quality video ads and static creatives, 50% cheaper than traditional agencies."
description="Cut production time from weeks to 2 days. Launch high-converting ads in 48 hours at half the cost of agencies. Get agency-quality video ads and static creatives faster, smarter, and cheaper."
background={{ variant: "downward-rays-animated" }}
avatars={[
{
@@ -355,7 +355,7 @@ export default function LandingPage() {
<div className="text-center mb-8">
<h2 className="text-3xl md:text-4xl font-bold text-foreground mb-3">Claim Your 3 Free Ads Now</h2>
<p className="text-foreground/70 mb-2">Try our service risk-free. No credit card required upfront. Get agency-quality ad creatives delivered in 48 hours.</p>
<p className="text-primary-cta font-semibold text-sm md:text-base mb-6">Limited spots: 3 free ads claimed by 47 brands this week</p>
<p className="text-primary-cta font-semibold text-sm md:text-base mb-6">Only 3 spots left this week</p>
</div>
<div className="flex flex-col gap-4 max-w-lg mx-auto">
@@ -371,14 +371,14 @@ export default function LandingPage() {
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
Claim Free Ads
</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"
>
Start Free Project
Claim Free Ads
</button>
</div>