4 Commits

Author SHA1 Message Date
0332094604 Update src/app/page.tsx 2026-04-04 17:58:52 +00:00
28c582d15c Merge version_12 into main
Merge version_12 into main
2026-04-04 17:54:52 +00:00
48612e2f8a Update src/app/page.tsx 2026-04-04 17:54:49 +00:00
758d9a67f9 Merge version_11 into main
Merge version_11 into main
2026-04-04 17:53:18 +00:00

View File

@@ -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>
);
}
}