3 Commits

Author SHA1 Message Date
65bf387f85 Merge version_20 into main
Merge version_20 into main
2026-04-04 18:26:52 +00:00
d1545b944f Update src/app/page.tsx 2026-04-04 18:26:49 +00:00
d2f3bfa143 Merge version_19 into main
Merge version_19 into main
2026-04-04 18:25:13 +00:00

View File

@@ -36,13 +36,13 @@ export default function LandingPage() {
{ name: "Community", id: "features" }, { name: "Community", id: "features" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
brandName="Just Us 369" brandName="Manifest 369"
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroOverlayTestimonial <HeroOverlayTestimonial
title="Welcome to Just Us 369 Community" title="Welcome to Manifest 369 Community"
description="Manifest abundance, love, and peace through the ancient and scientifically grounded 369 method." description="Manifest abundance, love, and peace through the ancient and scientifically grounded 369 method."
testimonials={[ testimonials={[
{ name: "Elena R.", handle: "@elena", testimonial: "The 369 method changed my entire outlook on life.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-attractive-caucasian-female-white-shirt-jeans-posing-beautiful-field_181624-57653.jpg?_wi=1" }, { name: "Elena R.", handle: "@elena", testimonial: "The 369 method changed my entire outlook on life.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-attractive-caucasian-female-white-shirt-jeans-posing-beautiful-field_181624-57653.jpg?_wi=1" },
@@ -132,7 +132,7 @@ export default function LandingPage() {
<div id="faq" data-section="faq"> <div id="faq" data-section="faq">
<FaqBase <FaqBase
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Learn more about the Just Us 369 method." description="Learn more about the Manifest 369 method."
faqs={[ 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: "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." },
@@ -160,7 +160,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseReveal <FooterBaseReveal
logoText="Just Us 369" logoText="Manifest 369"
columns={[ columns={[
{ {
title: "Quick Links", items: [ title: "Quick Links", items: [
@@ -176,7 +176,7 @@ export default function LandingPage() {
] ]
} }
]} ]}
copyrightText="© 2024 Just Us 369 Community. All rights reserved." copyrightText="© 2024 Manifest 369 Community. All rights reserved."
/> />
</div> </div>
</ReactLenis> </ReactLenis>