6 Commits

Author SHA1 Message Date
afb58e55c7 Update src/app/page.tsx 2026-03-03 22:00:33 +00:00
17f5f134f4 Merge version_3 into main
Merge version_3 into main
2026-03-03 21:49:48 +00:00
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="Protect your wealth by learning to spot investment red flags that cost others thousands. Discover proven strategies to identify money pit investments before they drain your wealth and avoid costly mistakes. 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>