347 lines
11 KiB
TypeScript
347 lines
11 KiB
TypeScript
"use client";
|
|
|
|
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 NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
|
import { Heart, Sparkles } from "lucide-react";
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="bounce-effect"
|
|
defaultTextAnimation="entrance-slide"
|
|
borderRadius="rounded"
|
|
contentWidth="mediumLarge"
|
|
sizing="large"
|
|
background="blurBottom"
|
|
cardStyle="glass-depth"
|
|
primaryButtonStyle="double-inset"
|
|
secondaryButtonStyle="radial-glow"
|
|
headingFontWeight="bold"
|
|
>
|
|
<ReactLenis root>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarStyleCentered
|
|
navItems={[
|
|
{
|
|
name: "Manifest",
|
|
id: "hero",
|
|
},
|
|
{
|
|
name: "Tesla's 369",
|
|
id: "about",
|
|
},
|
|
{
|
|
name: "Community",
|
|
id: "features",
|
|
},
|
|
{
|
|
name: "Contact",
|
|
id: "contact",
|
|
},
|
|
]}
|
|
brandName="Just Us 369"
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroBillboardTestimonial
|
|
useInvertedBackground={false}
|
|
background={{
|
|
variant: "gradient-bars",
|
|
}}
|
|
title="Welcome to Just Us 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: "Start Manifesting",
|
|
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",
|
|
},
|
|
]}
|
|
/>
|
|
</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",
|
|
},
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="features" data-section="features">
|
|
<FeatureHoverPattern
|
|
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."
|
|
/>
|
|
</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",
|
|
],
|
|
},
|
|
]}
|
|
title="Community Impact"
|
|
description="Join thousands who have transformed their lives using the 369 method."
|
|
/>
|
|
</div>
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
<TestimonialCardOne
|
|
textboxLayout="default"
|
|
gridVariant="four-items-2x2-equal-grid"
|
|
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",
|
|
},
|
|
]}
|
|
title="Community Voices"
|
|
description="Hear what our members have experienced since joining."
|
|
/>
|
|
</div>
|
|
|
|
<div id="faq" data-section="faq">
|
|
<FaqSplitMedia
|
|
textboxLayout="split"
|
|
useInvertedBackground={true}
|
|
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.",
|
|
},
|
|
]}
|
|
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"
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<ContactCTA
|
|
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: "#",
|
|
},
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterCard
|
|
logoText="Just Us 369"
|
|
copyrightText="© 2025 Just Us 369 Community"
|
|
/>
|
|
</div>
|
|
</ReactLenis>
|
|
</ThemeProvider>
|
|
);
|
|
}
|