2 Commits

Author SHA1 Message Date
c4ac3d1aec Update src/app/page.tsx 2026-04-04 17:36:16 +00:00
780fea0802 Merge version_3 into main
Merge version_3 into main
2026-04-04 17:35:22 +00:00

View File

@@ -156,7 +156,7 @@ export default function LandingPage() {
tag="Connect" tag="Connect"
title="Ready to Manifest?" title="Ready to Manifest?"
description="Join our community today and start your journey towards abundance, love, and peace." 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: "#" }]}
/> />
</div> </div>
@@ -169,4 +169,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }