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