Merge version_20 into main #26

Merged
bender merged 1 commits from version_20 into main 2026-04-04 18:26:53 +00:00

View File

@@ -36,13 +36,13 @@ export default function LandingPage() {
{ name: "Community", id: "features" },
{ name: "Contact", id: "contact" },
]}
brandName="Just Us 369"
brandName="Manifest 369"
/>
</div>
<div id="hero" data-section="hero">
<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."
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" },
@@ -132,7 +132,7 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqBase
title="Frequently Asked Questions"
description="Learn more about the Just Us 369 method."
description="Learn more about the Manifest 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." },
@@ -160,7 +160,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Just Us 369"
logoText="Manifest 369"
columns={[
{
title: "Quick Links", items: [
@@ -176,10 +176,10 @@ export default function LandingPage() {
]
}
]}
copyrightText="© 2024 Just Us 369 Community. All rights reserved."
copyrightText="© 2024 Manifest 369 Community. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}