Compare commits
4 Commits
version_11
...
version_13
| Author | SHA1 | Date | |
|---|---|---|---|
| 0332094604 | |||
| 28c582d15c | |||
| 48612e2f8a | |||
| 758d9a67f9 |
@@ -59,7 +59,7 @@ export default function LandingPage() {
|
||||
bulletPoints={[
|
||||
{ title: "Energy Alignment", description: "Understand the vibrations of 3, 6, and 9.", icon: Sparkles },
|
||||
{ title: "Daily Practice", description: "Consistent routines for lasting abundance.", icon: Heart },
|
||||
{ title: "Community Support", description: "Grow alongside like-minded spirits.", icon: MessageCircle }
|
||||
{ title: "Community Support", description: "Grow alongside like-minded spirits", icon: MessageCircle }
|
||||
]}
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
@@ -120,7 +120,8 @@ export default function LandingPage() {
|
||||
description="Learn more about the Just Us 369 method."
|
||||
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: "2", title: "Is it for everyone?", content: "Absolutely, anyone seeking peace and abundance can join us." },
|
||||
{ id: "3", title: "How much time does the practice take daily?", content: "The core practice is designed to be efficient, requiring as little as 10-15 minutes of focused intention daily to see shifts in your vibration." }
|
||||
]}
|
||||
textboxLayout="split"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -147,4 +148,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user