Compare commits
3 Commits
version_13
...
version_14
| Author | SHA1 | Date | |
|---|---|---|---|
| df52fd53a5 | |||
| b4deea5982 | |||
| e489f74440 |
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Claim Your 3 Free Ads Today—No Card Required", 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"
|
||||
description="Professional Ad Creatives in 48 Hours. 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 Today—No Card Required", 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 Today—No Card Required"
|
||||
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 Today—No Card Required"
|
||||
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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user