7 Commits

Author SHA1 Message Date
1cc6ac3f68 Merge version_3 into main
Merge version_3 into main
2026-03-12 13:56:13 +00:00
79b0936f04 Update src/app/page.tsx 2026-03-12 13:56:09 +00:00
5f9ff49d41 Merge version_2 into main
Merge version_2 into main
2026-03-12 13:31:30 +00:00
f7000babce Update src/app/page.tsx 2026-03-12 13:31:26 +00:00
b44a6a08cf Merge version_1 into main
Merge version_1 into main
2026-03-12 12:55:51 +00:00
b75cf44676 Merge version_1 into main
Merge version_1 into main
2026-03-12 12:55:27 +00:00
d7543025ef Merge version_1 into main
Merge version_1 into main
2026-03-12 12:54:20 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitTestimonial
title="We Guarantee 10 New Clients in 30 Days\nOr You Don't Pay"
description="We build outbound client acquisition systems that fill your calendar with qualified meetings. Proven by 100+ agencies. 50,000+ meetings booked. 77% show-up rate."
description="We build outbound client acquisition systems that fill your calendar with qualified meetings. Proven by 100+ agencies. 50,000+ meetings booked. 77% show-up rate.\n\n✓ 30-Day Money-Back Guarantee"
tag="Guaranteed Results"
tagIcon={Zap}
background={{ variant: 'glowing-orb' }}
@@ -415,7 +415,7 @@ export default function LandingPage() {
imageAlt="ProPlus dashboard interface"
mediaPosition="right"
mediaAnimation="slide-up"
buttonText="Schedule Your Strategy Call"
buttonText="Get Your 30-Day Guarantee"
/>
</div>
@@ -453,4 +453,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}