41 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
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
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
0332094604 Update src/app/page.tsx 2026-04-04 17:58:52 +00:00
28c582d15c Merge version_12 into main
Merge version_12 into main
2026-04-04 17:54:52 +00:00
48612e2f8a Update src/app/page.tsx 2026-04-04 17:54:49 +00:00
758d9a67f9 Merge version_11 into main
Merge version_11 into main
2026-04-04 17:53:18 +00:00
019bd76e7b Update src/app/page.tsx 2026-04-04 17:53:12 +00:00
d5bf93d82c Merge version_10 into main
Merge version_10 into main
2026-04-04 17:51:03 +00:00
51a8da3342 Update src/app/page.tsx 2026-04-04 17:51:00 +00:00
87ea479705 Merge version_9 into main
Merge version_9 into main
2026-04-04 17:43:26 +00:00
e2deaa3034 Update src/app/page.tsx 2026-04-04 17:43:23 +00:00
9e1a23e5fb Merge version_8 into main
Merge version_8 into main
2026-04-04 17:41:14 +00:00
9c8b8afbbf Update src/app/page.tsx 2026-04-04 17:41:11 +00:00
70dd152973 Merge version_7 into main
Merge version_7 into main
2026-04-04 17:40:04 +00:00
f31c4d4c90 Update src/app/page.tsx 2026-04-04 17:40:01 +00:00
d1d936ba9c Merge version_6 into main
Merge version_6 into main
2026-04-04 17:38:45 +00:00
64395707d8 Update src/app/page.tsx 2026-04-04 17:38:39 +00:00
4fad1ab7a0 Merge version_5 into main
Merge version_5 into main
2026-04-04 17:37:52 +00:00
b2cb76d993 Update src/app/page.tsx 2026-04-04 17:37:46 +00:00
c8c8060b96 Merge version_4 into main
Merge version_4 into main
2026-04-04 17:36:22 +00:00
c4ac3d1aec Update src/app/page.tsx 2026-04-04 17:36:16 +00:00
780fea0802 Merge version_3 into main
Merge version_3 into main
2026-04-04 17:35:22 +00:00
2 changed files with 109 additions and 96 deletions

View File

@@ -2,16 +2,16 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureBento from '@/components/sections/feature/FeatureBento';
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 NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { Heart, Sparkles } from "lucide-react";
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Heart, Sparkles, MessageCircle, Zap, Shield, Target } from "lucide-react";
export default function LandingPage() {
return (
@@ -36,134 +36,147 @@ 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">
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{ variant: "gradient-bars" }}
title="Welcome to Just Us 369 Community"
<HeroOverlayTestimonial
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" },
{ name: "Sarah J.", handle: "@sarah", testimonial: "I feel more aligned than ever before. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-curly-hair-posing_23-2148728584.jpg?_wi=1" },
{ name: "David W.", handle: "@david", testimonial: "The community support is unparalleled. A beautiful journey.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background-smooth-dark-blue-with-black-vignette-studio-banner_1258-102217.jpg?_wi=1" },
{ name: "Jenny L.", handle: "@jenny", testimonial: "A path to inner peace that actually works consistently.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-steps-holding-scarf_23-2147910848.jpg?_wi=1" }
]}
buttons={[{ text: "Join the Movement", href: "#about" }]}
imageSrc="http://img.b2bpic.net/free-photo/aesthetic-background-with-patterned-glass-texture_53876-125875.jpg"
mediaAnimation="blur-reveal"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/vertical-shot-attractive-caucasian-female-white-shirt-jeans-posing-beautiful-field_181624-57653.jpg", alt: "Member" },
{ src: "http://img.b2bpic.net/free-photo/low-angle-female-enjoying-seaside_23-2148574813.jpg", alt: "Member" },
{ src: "http://img.b2bpic.net/free-photo/smiley-woman-with-curly-hair-posing_23-2148728584.jpg", alt: "Member" },
{ src: "http://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background-smooth-dark-blue-with-black-vignette-studio-banner_1258-102217.jpg", alt: "Member" },
{ src: "http://img.b2bpic.net/free-photo/woman-sitting-steps-holding-scarf_23-2147910848.jpg", alt: "Member" }
]}
marqueeItems={[
{ type: "text", text: "Manifesting" },
{ type: "text", text: "Abundance" },
{ type: "text", text: "Grounding" },
{ type: "text", text: "Growth" },
{ type: "text", text: "369 Energy" }
{ 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" }]
}
/>
</div>
<div id="about" data-section="about">
<InlineImageSplitTextAbout
useInvertedBackground={true}
heading={[
{ type: "text", content: "The Power of Tesla's 369 Method" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/abstract-dynamic-lines-background_1017-3110.jpg", alt: "Tesla Method" }
<SplitAbout
title="The Power of Tesla's 369 Method"
description="Discover the ancient science of vibration and manifestation, designed to align your frequency with your deepest desires."
bulletPoints={[
{ title: "Energy Alignment", description: "Understand the vibrations of 3, 6, and 9.", icon: Sparkles },
{ title: "Daily Practice", description: "Consistent routines for lasting abundance.", icon: Heart },
{ title: "Community Support", description: "Grow alongside like-minded spirits", icon: MessageCircle }
]}
textboxLayout="split"
useInvertedBackground={true}
/>
</div>
<div id="features" data-section="features">
<FeatureHoverPattern
<FeatureBento
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
features={[
{ icon: Sparkles, title: "Abundance Manifestation", description: "Guided techniques to attract prosperity and success." },
{ icon: Heart, title: "Love and Compassion", description: "Cultivate deep, loving relationships with yourself and others." },
{ icon: Heart, title: "Inner Peace", description: "Find tranquility through daily affirmations and mindfulness." }
]}
title="Manifesting Abundance"
description="Our community provides tools and guidance to align your energy and unlock your potential."
buttons={[{ text: "Start Now", href: "#contact" }]}
features={[
{
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>
<div id="metrics" data-section="metrics">
<MetricCardSeven
animationType="scale-rotate"
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{ id: "m1", value: "10k+", title: "Community Members", items: ["Aligned spirits", "Unified goals"] },
{ id: "m2", value: "369", title: "Days of Manifesting", items: ["Daily habit", "Consistency"] },
{ id: "m3", value: "100%", title: "Growth Focus", items: ["Personal growth", "Community focus"] }
]}
<MetricCardFourteen
title="Community Impact"
description="Join thousands who have transformed their lives using the 369 method."
tag="Growth"
metrics={[
{ id: "m1", value: "10k+", description: "Community Members" },
{ id: "m2", value: "369", description: "Days of Manifesting" },
{ id: "m3", value: "100%", description: "Growth Focus" }
]}
metricsAnimation="blur-reveal"
useInvertedBackground={true}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
animationType="blur-reveal"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Elena R.", role: "Artist", company: "Creative Soul", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-attractive-caucasian-female-white-shirt-jeans-posing-beautiful-field_181624-57653.jpg?_wi=2" },
{ id: "2", name: "Marcus T.", role: "Engineer", company: "Logic Solutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/low-angle-female-enjoying-seaside_23-2148574813.jpg?_wi=2" },
{ id: "3", name: "Sarah J.", role: "Teacher", company: "Bright Minds", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-curly-hair-posing_23-2148728584.jpg?_wi=2" },
{ id: "4", name: "David W.", role: "Writer", company: "Storytellers", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background-smooth-dark-blue-with-black-vignette-studio-banner_1258-102217.jpg?_wi=2" },
{ id: "5", name: "Jenny L.", role: "Designer", company: "Studio X", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-steps-holding-scarf_23-2147910848.jpg?_wi=2" }
]}
<TestimonialCardSixteen
title="Community Voices"
description="Hear what our members have experienced since joining."
textboxLayout="split"
useInvertedBackground={false}
kpiItems={[
{ value: "4.9/5", label: "Satisfaction" },
{ value: "10k+", label: "Active Members" },
{ value: "369", label: "Days Active" }
]}
animationType="blur-reveal"
testimonials={[
{ id: "1", name: "Elena R.", role: "Artist", company: "Creative Soul", rating: 5 },
{ id: "2", name: "Marcus T.", role: "Engineer", company: "Logic Solutions", rating: 5 }
]}
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
textboxLayout="split"
useInvertedBackground={true}
<FaqBase
title="Frequently Asked Questions"
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." },
{ id: "3", title: "How can I join?", content: "Sign up on our contact page to receive our weekly affirmations." }
{ id: "3", title: "How much time does the practice take daily?", content: "The core practice is designed to be efficient, requiring as little as 10-15 minutes of focused intention daily to see shifts in your vibration." }
]}
imageSrc="http://img.b2bpic.net/free-photo/nice-organised-workspace-with-lamp_23-2148592289.jpg"
mediaAnimation="slide-up"
title="Frequently Asked Questions"
description="Learn more about the Just Us 369 method."
faqsAnimation="blur-reveal"
textboxLayout="split"
faqsAnimation="slide-up"
useInvertedBackground={true}
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
<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}
background={{ variant: "radial-gradient" }}
tag="Connect"
title="Ready to Manifest?"
description="Join our community today and start your journey towards abundance, love, and peace."
buttons={[{ text: "Contact Us", href: "#" }]}
mediaPosition="right"
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="Just Us 369"
copyrightText="© 2025 Just Us 369 Community"
<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);