Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-04 17:26:59 +00:00

View File

@@ -31,22 +31,10 @@ export default function LandingPage() {
<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",
},
{ name: "Manifest", id: "hero" },
{ name: "Tesla's 369", id: "about" },
{ name: "Community", id: "features" },
{ name: "Contact", id: "contact" },
]}
brandName="Just Us 369"
/>
@@ -55,99 +43,32 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
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",
},
{ 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" },
{ 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" },
{ 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" },
{ 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" },
{ 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" }
]}
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",
},
{ 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",
},
{ type: "text", text: "Manifesting" },
{ type: "text", text: "Abundance" },
{ type: "text", text: "Grounding" },
{ type: "text", text: "Growth" },
{ type: "text", text: "369 Energy" }
]}
/>
</div>
@@ -156,15 +77,8 @@ export default function LandingPage() {
<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",
},
{ 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>
@@ -175,21 +89,9 @@ export default function LandingPage() {
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.",
},
{ 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."
@@ -202,33 +104,9 @@ export default function LandingPage() {
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",
],
},
{ 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."
@@ -239,48 +117,14 @@ export default function LandingPage() {
<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",
},
{ 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" },
{ 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" },
{ 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" },
{ 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" },
{ 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" }
]}
title="Community Voices"
description="Hear what our members have experienced since joining."
@@ -292,21 +136,9 @@ export default function LandingPage() {
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.",
},
{ 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"
@@ -319,18 +151,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
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: "#",
},
]}
buttons={[{ text: "Contact Us", href: "#" }]}
/>
</div>