Merge version_4 into main #7

Merged
bender merged 1 commits from version_4 into main 2026-04-04 17:36:22 +00:00

View File

@@ -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: "#" }]}
/>
</div>
@@ -169,4 +169,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}