From 9c8b8afbbfa887394499ab3c30ef5358b34873e0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 17:41:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ed5869..6cc5154 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -139,8 +139,9 @@ 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: "Join our community here to start receiving your daily affirmations today. Click here to join our newsletter and start your journey today." } + { id: "3", title: "How can I join?", content: "Click the button below to complete your registration and start your manifestation journey today." } ]} + buttons={[{ text: "Join Here", href: "#contact" }]} imageSrc="http://img.b2bpic.net/free-photo/nice-organised-workspace-with-lamp_23-2148592289.jpg" mediaAnimation="slide-up" title="Frequently Asked Questions" -- 2.49.1