Compare commits
16 Commits
version_2
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| 51a8da3342 | |||
| 87ea479705 | |||
| e2deaa3034 | |||
| 9e1a23e5fb | |||
| 9c8b8afbbf | |||
| 70dd152973 | |||
| f31c4d4c90 | |||
| d1d936ba9c | |||
| 64395707d8 | |||
| 4fad1ab7a0 | |||
| b2cb76d993 | |||
| c8c8060b96 | |||
| c4ac3d1aec | |||
| 780fea0802 | |||
| f32ce6be76 | |||
| 66dd1a9305 |
@@ -89,12 +89,13 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
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: "Inner Peace", description: "Find tranquility through daily affirmations and mindfulness." }
|
||||
]}
|
||||
title="Manifesting Abundance"
|
||||
description="Our community provides tools and guidance to align your energy and unlock your potential."
|
||||
buttons={[{ text: "Start Now", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -138,8 +139,9 @@ export default function LandingPage() {
|
||||
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: "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"
|
||||
mediaAnimation="slide-up"
|
||||
title="Frequently Asked Questions"
|
||||
@@ -154,8 +156,8 @@ export default function LandingPage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
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: "#" }]}
|
||||
description="Join our community today and start your journey towards abundance, love, and peace. Contact us: contact@justus369.com | +1 (555) 369-0369"
|
||||
buttons={[{ text: "Start Your Journey", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -168,4 +170,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user