Compare commits
2 Commits
version_12
...
version_13
| Author | SHA1 | Date | |
|---|---|---|---|
| 9a89f7be97 | |||
| 5548158ae2 |
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Claim Your 3 Free Ads Now", href: "#free-offer"
|
||||
text: "Claim Your 3 Free Ads Today—No Card Required", 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% 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."
|
||||
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: "Claim Your 3 Free Ads Today—No Card Required", 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="Claim Your 3 Free Ads Today—No Card Required"
|
||||
termsText="No credit card required. 30-day money-back guarantee on paid plans."
|
||||
ariaLabel="Free ad offer signup"
|
||||
/>
|
||||
@@ -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="Claim Your 3 Free Ads Today—No Card Required"
|
||||
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