17 Commits

Author SHA1 Message Date
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
c5423372dd Update src/app/styles/variables.css 2026-04-04 18:25:10 +00:00
3ecbeb4c44 Update src/app/page.tsx 2026-04-04 18:25:10 +00:00
eb4eaa9577 Merge version_18 into main
Merge version_18 into main
2026-04-04 18:24:18 +00:00
5ed683040e Update src/app/styles/variables.css 2026-04-04 18:24:15 +00:00
1c5d758744 Update src/app/page.tsx 2026-04-04 18:24:15 +00:00
896d498c72 Merge version_17 into main
Merge version_17 into main
2026-04-04 18:23:17 +00:00
1a8074f4de Update theme colors 2026-04-04 18:23:12 +00:00
f73ec61c84 Merge version_17 into main
Merge version_17 into main
2026-04-04 18:23:06 +00:00
4ae8a4d215 Update theme colors 2026-04-04 18:23:01 +00:00
ab6df93496 Merge version_17 into main
Merge version_17 into main
2026-04-04 18:22:49 +00:00
95a1ff03d8 Update theme colors 2026-04-04 18:22:44 +00:00
32f080349a Merge version_17 into main
Merge version_17 into main
2026-04-04 18:19:34 +00:00
e68b354824 Update src/app/page.tsx 2026-04-04 18:19:28 +00:00
80b62cffe8 Merge version_16 into main
Merge version_16 into main
2026-04-04 18:07:26 +00:00
8a0ab81526 Update src/app/page.tsx 2026-04-04 18:07:23 +00:00
2 changed files with 45 additions and 25 deletions

View File

@@ -2,14 +2,14 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureBento from '@/components/sections/feature/FeatureBento';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
import SplitAbout from '@/components/sections/about/SplitAbout';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Heart, Sparkles, MessageCircle, Zap, Shield, Target } from "lucide-react";
@@ -29,26 +29,27 @@ export default function LandingPage() {
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
<NavbarStyleCentered
navItems={[
{ name: "Manifest", id: "hero" },
{ name: "Tesla's 369", id: "about" },
{ 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" },
{ name: "Marcus T.", handle: "@marcus", testimonial: "Simple, effective, and deeply grounding. Truly transformative.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/low-angle-female-enjoying-seaside_23-2148574813.jpg?_wi=1" }
]}
buttons={[{ text: "Join the Movement", href: "#about" }]}
buttons={[{ text: "Join the Movement", href: "#about" }]
}
/>
</div>
@@ -131,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." },
@@ -144,19 +145,38 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactText
text="Ready to Manifest your future? Join us today!"
buttons={[{ text: "Join Now", href: "#" }]}
background={{ variant: "sparkles-gradient" }}
<ContactSplitForm
title="Ready to Manifest your future?"
description="Join our community today and receive your first guide on the 369 method."
inputs={[
{ name: "name", type: "text", placeholder: "Your Full Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email Address", required: true }
]}
buttonText="Submit"
useInvertedBackground={false}
mediaPosition="right"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Just Us 369"
leftLink={{ text: "Privacy", href: "#" }}
rightLink={{ text: "Terms", href: "#" }}
<FooterBaseReveal
logoText="Manifest 369"
columns={[
{
title: "Quick Links", items: [
{ label: "About", href: "#about" },
{ label: "Features", href: "#features" },
{ label: "Contact", href: "#contact" }
]
},
{
title: "Legal", items: [
{ label: "Privacy", href: "#" },
{ label: "Terms", href: "#" }
]
}
]}
copyrightText="© 2024 Manifest 369 Community. All rights reserved."
/>
</div>
</ReactLenis>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fdfbf7;
--card: #ffffff;
--foreground: #1a1a1a;
--primary-cta: #7c3aed;
--primary-cta-text: #ffffff;
--secondary-cta: #f5f5f5;
--secondary-cta-text: #1a1a1a;
--accent: #ddd6fe;
--background-accent: #ede9fe;
--background: #fafffb;
--card: #f7fffa;
--foreground: #001a0a;
--primary-cta: #0a7039;
--primary-cta-text: #fffefe;
--secondary-cta: #ffffff;
--secondary-cta-text: #080908;
--accent: #a8d9be;
--background-accent: #6bbf8e;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);