10 Commits

Author SHA1 Message Date
e2deaa3034 Update src/app/page.tsx 2026-04-04 17:43:23 +00:00
9e1a23e5fb Merge version_8 into main
Merge version_8 into main
2026-04-04 17:41:14 +00:00
9c8b8afbbf Update src/app/page.tsx 2026-04-04 17:41:11 +00:00
70dd152973 Merge version_7 into main
Merge version_7 into main
2026-04-04 17:40:04 +00:00
f31c4d4c90 Update src/app/page.tsx 2026-04-04 17:40:01 +00:00
d1d936ba9c Merge version_6 into main
Merge version_6 into main
2026-04-04 17:38:45 +00:00
64395707d8 Update src/app/page.tsx 2026-04-04 17:38:39 +00:00
4fad1ab7a0 Merge version_5 into main
Merge version_5 into main
2026-04-04 17:37:52 +00:00
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

View File

@@ -89,7 +89,7 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ icon: Sparkles, title: "Abundance Manifestation", description: "Guided techniques to attract prosperity and success." }, { icon: Sparkles, title: "Abundance Manifestation", description: "Scientifically-backed guided techniques to attract prosperity and success." },
{ icon: Heart, title: "Love and Compassion", description: "Cultivate deep, loving relationships with yourself and others." }, { icon: Heart, title: "Love and Compassion", description: "Cultivate deep, loving relationships with yourself and others." },
{ icon: Heart, title: "Inner Peace", description: "Find tranquility through daily affirmations and mindfulness." } { icon: Heart, title: "Inner Peace", description: "Find tranquility through daily affirmations and mindfulness." }
]} ]}
@@ -139,8 +139,9 @@ 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: "Simply click 'Start Your Journey' below to access our guided resources and join our global community of manifestors today." }
]} ]}
buttons={[{ text: "Join Here", href: "#contact" }]}
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"
title="Frequently Asked Questions" title="Frequently Asked Questions"
@@ -169,4 +170,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }