From 48612e2f8a5a234cd95793986489911cfa5a8950 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 17:54:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index df5d1b7..5629178 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1