9 Commits

Author SHA1 Message Date
1a8074f4de Update theme colors 2026-04-04 18:23:12 +00:00
4ae8a4d215 Update theme colors 2026-04-04 18:23:01 +00:00
95a1ff03d8 Update theme colors 2026-04-04 18:22:44 +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
c782ac4928 Merge version_14 into main
Merge version_14 into main
2026-04-04 18:00:52 +00:00
b33fa6e28e Update src/app/page.tsx 2026-04-04 18:00:46 +00:00
e88a3d9a35 Merge version_13 into main
Merge version_13 into main
2026-04-04 17:58:55 +00:00
2 changed files with 57 additions and 24 deletions

View File

@@ -2,16 +2,16 @@
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, Mail } from "lucide-react";
import { Heart, Sparkles, MessageCircle, Zap, Shield, Target } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,7 +29,7 @@ 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" },
@@ -74,9 +74,23 @@ export default function LandingPage() {
title="Manifesting Abundance"
description="Our community provides tools and guidance to align your energy and unlock your potential."
features={[
{ title: "Abundance Manifestation", description: "Scientifically-backed guided techniques.", bentoComponent: 'reveal-icon', icon: Sparkles },
{ title: "Love and Compassion", description: "Cultivate deep, loving relationships.", bentoComponent: 'reveal-icon', icon: Heart },
{ title: "Inner Peace", description: "Find tranquility through daily affirmations.", bentoComponent: 'reveal-icon', icon: Heart }
{
title: "Advanced Manifestation", description: "Stack your daily intentions for greater clarity.", bentoComponent: '3d-stack-cards',
items: [
{ icon: Sparkles, title: "Focus", subtitle: "Daily", detail: "3x mornings" },
{ icon: Zap, title: "Energy", subtitle: "6x midday", detail: "Intentional flow" },
{ icon: Target, title: "Result", subtitle: "9x nights", detail: "Deep alignment" }
]
},
{
title: "Dynamic Alignment", description: "Keep your goals orbiting your daily focus.", bentoComponent: 'orbiting-icons',
centerIcon: Heart,
items: [
{ icon: Sparkles, ring: 1, duration: 10 },
{ icon: MessageCircle, ring: 2, duration: 15 },
{ icon: Target, ring: 3, duration: 20 }
]
}
]}
/>
</div>
@@ -130,19 +144,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
<FooterBaseReveal
logoText="Just Us 369"
leftLink={{ text: "Privacy", href: "#" }}
rightLink={{ text: "Terms", href: "#" }}
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 Just Us 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: #fffefe;
--card: #f6f7f4;
--foreground: #080908;
--primary-cta: #0e3a29;
--primary-cta-text: #fffefe;
--secondary-cta: #e7eecd;
--secondary-cta-text: #080908;
--accent: #35c18b;
--background-accent: #ecebe4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);