5 Commits

Author SHA1 Message Date
df52fd53a5 Update src/app/page.tsx 2026-03-05 05:15:01 +00:00
b4deea5982 Update src/app/page.tsx 2026-03-05 05:13:30 +00:00
e489f74440 Merge version_13 into main
Merge version_13 into main
2026-03-05 05:10:36 +00:00
9a89f7be97 Update src/app/page.tsx 2026-03-05 05:10:32 +00:00
5548158ae2 Merge version_12 into main
Merge version_12 into main
2026-03-05 05:07:09 +00:00

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" }
]}
button={{
text: "Claim Your 3 Free Ads Now", href: "#free-offer"
text: "Get 3 Free Ads Now", href: "#free-offer"
}}
animateOnLoad={true}
/>
@@ -49,8 +49,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
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."
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."
background={{ variant: "downward-rays-animated" }}
avatars={[
{
@@ -65,7 +65,7 @@ export default function LandingPage() {
]}
avatarText="Trusted by 100+ agencies and brands"
buttons={[
{ text: "Claim Your 3 Free Ads Now", href: "#free-offer" },
{ text: "Get 3 Free Ads Now", href: "#free-offer" },
{ text: "See Our Work", href: "#features" }
]}
buttonAnimation="slide-up"
@@ -219,7 +219,7 @@ export default function LandingPage() {
background={{ variant: "downward-rays-static-grid" }}
useInvertedBackground={true}
inputPlaceholder="Enter your email address"
buttonText="Claim Your 3 Free Ads Now"
buttonText="Get 3 Free Ads Now"
termsText="No credit card required. 30-day money-back guarantee on paid plans."
ariaLabel="Free ad offer signup"
/>
@@ -231,7 +231,7 @@ export default function LandingPage() {
<button
onClick={() => setShowComparison(!showComparison)}
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"
aria-label="View plan comparison"
>
<CheckCircle size={20} />
<span>View Plan Comparison</span>
@@ -302,7 +302,7 @@ export default function LandingPage() {
{
id: "starter", badge: "Starter", badgeIcon: Sparkles,
price: "$1,500", subtitle: "Per Month (Recurring)", buttons: [
{ text: "Get Started", href: "#free-offer" }
{ 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"
@@ -311,7 +311,7 @@ export default function LandingPage() {
{
id: "growth", badge: "Most Popular", badgeIcon: Zap,
price: "$5,000", subtitle: "Per Month (Recurring)", buttons: [
{ text: "Get Started", href: "#free-offer" }
{ text: "Get 3 Free Ads Now", 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"
@@ -438,7 +438,7 @@ export default function LandingPage() {
background={{ variant: "downward-rays-static-grid" }}
useInvertedBackground={true}
inputPlaceholder="Enter your email address"
buttonText="Claim Your 3 Free Ads Now"
buttonText="Get 3 Free Ads Now"
termsText="No credit card required. 30-day money-back guarantee on paid plans. Cancel anytime."
ariaLabel="Contact form and ad offer signup"
/>