Compare commits
6 Commits
version_18
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 65bf387f85 | |||
| d1545b944f | |||
| d2f3bfa143 | |||
| c5423372dd | |||
| 3ecbeb4c44 | |||
| eb4eaa9577 |
@@ -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,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>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #1f7cff;
|
||||
--background: #fafffb;
|
||||
--card: #f7fffa;
|
||||
--foreground: #001a0a;
|
||||
--primary-cta: #0a7039;
|
||||
--primary-cta-text: #fffefe;
|
||||
--secondary-cta: #010101;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #080908;
|
||||
--accent: #1f7cff;
|
||||
--background-accent: #f96b2f;
|
||||
--accent: #a8d9be;
|
||||
--background-accent: #6bbf8e;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user