From b2cb76d993e182a1c048283e54c8552867d9351b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 17:37:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e35bdba..adb5c5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -139,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" @@ -169,4 +169,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file