2 Commits

Author SHA1 Message Date
f32ce6be76 Update src/app/page.tsx 2026-04-04 17:35:16 +00:00
66dd1a9305 Merge version_2 into main
Merge version_2 into main
2026-04-04 17:34:29 +00:00

View File

@@ -95,6 +95,7 @@ export default function LandingPage() {
]} ]}
title="Manifesting Abundance" title="Manifesting Abundance"
description="Our community provides tools and guidance to align your energy and unlock your potential." description="Our community provides tools and guidance to align your energy and unlock your potential."
buttons={[{ text: "Start Now", href: "#contact" }]}
/> />
</div> </div>
@@ -168,4 +169,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }