From f32ce6be76a66b24f16723c98262d69751cf2787 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 17:35:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 575ab60..eb5f14d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,6 +95,7 @@ export default function LandingPage() { ]} title="Manifesting Abundance" description="Our community provides tools and guidance to align your energy and unlock your potential." + buttons={[{ text: "Start Now", href: "#contact" }]} /> @@ -168,4 +169,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1