From c4ac3d1aecc54877f8bfcfbb34b0d950e0731d22 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 17:36:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} -- 2.49.1