diff --git a/src/app/page.tsx b/src/app/page.tsx index eb5f14d..e35bdba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -156,7 +156,7 @@ export default function LandingPage() { tag="Connect" title="Ready to Manifest?" description="Join our community today and start your journey towards abundance, love, and peace." - buttons={[{ text: "Contact Us", href: "#" }]} + buttons={[{ text: "Start Your Journey", href: "#" }]} /> @@ -169,4 +169,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}