4 Commits

Author SHA1 Message Date
6f40000cda Update src/app/page.tsx 2026-03-03 21:49:43 +00:00
c59d6da6cc Merge version_2 into main
Merge version_2 into main
2026-03-03 21:47:13 +00:00
df13408f2b Update src/app/page.tsx 2026-03-03 21:47:08 +00:00
108fe85e4f Merge version_1 into main
Merge version_1 into main
2026-03-03 21:39:01 +00:00

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitTestimonial
title="Don't Get Stuck with a Money Pit"
description="Discover proven strategies to identify money pit investments before they drain your wealth. Learn from real stories of people who avoided costly mistakes and built lasting financial security."
description="Discover proven strategies to identify money pit investments before they drain your wealth—avoiding costly mistakes that could cost you thousands. Learn from real stories of people who protected their wealth and built lasting financial security."
tag="Financial Guidance"
tagIcon={BookOpen}
tagAnimation="slide-up"
@@ -226,7 +226,7 @@ export default function LandingPage() {
useInvertedBackground={false}
buttons={[
{ text: "Get the Book Now", href: "#pricing" },
{ text: "View All Packages", href: "#pricing" }
{ text: "Compare Plans", href: "#pricing" }
]}
/>
</div>