6 Commits

Author SHA1 Message Date
b2cb76d993 Update src/app/page.tsx 2026-04-04 17:37:46 +00:00
c8c8060b96 Merge version_4 into main
Merge version_4 into main
2026-04-04 17:36:22 +00:00
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
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>
@@ -138,7 +139,7 @@ export default function LandingPage() {
faqs={[ faqs={[
{ id: "1", title: "What is the 369 method?", content: "It is a manifestation technique based on Nikola Tesla's belief in the power of numbers 3, 6, and 9." }, { id: "1", title: "What is the 369 method?", content: "It is a manifestation technique based on Nikola Tesla's belief in the power of numbers 3, 6, and 9." },
{ id: "2", title: "Is it for everyone?", content: "Absolutely, anyone seeking peace and abundance can join us." }, { id: "2", title: "Is it for everyone?", content: "Absolutely, anyone seeking peace and abundance can join us." },
{ id: "3", title: "How can I join?", content: "Sign up on our contact page to receive our weekly affirmations." } { id: "3", title: "How can I join?", content: "Join our community here to start receiving your daily affirmations today." }
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/nice-organised-workspace-with-lamp_23-2148592289.jpg" imageSrc="http://img.b2bpic.net/free-photo/nice-organised-workspace-with-lamp_23-2148592289.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -155,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>