Merge version_12 into main #15

Merged
bender merged 1 commits from version_12 into main 2026-04-04 17:54:52 +00:00

View File

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