Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 64395707d8 | |||
| 4fad1ab7a0 | |||
| b2cb76d993 | |||
| c8c8060b96 | |||
| c4ac3d1aec | |||
| 780fea0802 | |||
| f32ce6be76 | |||
| 66dd1a9305 | |||
| 6cfa01907b | |||
| 99c5c81a26 | |||
| 1407567f37 | |||
| 56cfc86cbb | |||
| c79300cade |
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
||||
{ name: "David W.", handle: "@david", testimonial: "The community support is unparalleled. A beautiful journey.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background-smooth-dark-blue-with-black-vignette-studio-banner_1258-102217.jpg?_wi=1" },
|
||||
{ name: "Jenny L.", handle: "@jenny", testimonial: "A path to inner peace that actually works consistently.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-steps-holding-scarf_23-2147910848.jpg?_wi=1" }
|
||||
]}
|
||||
buttons={[{ text: "Start Manifesting", href: "#about" }]}
|
||||
buttons={[{ text: "Join the Movement", href: "#about" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aesthetic-background-with-patterned-glass-texture_53876-125875.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
@@ -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,7 +139,7 @@ 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: "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"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -155,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>
|
||||
|
||||
@@ -168,4 +169,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user