Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-05 18:24:03 +00:00

View File

@@ -32,22 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Journey",
id: "journey",
},
{
name: "Wisdom",
id: "features",
},
{
name: "Community",
id: "testimonials",
},
{
name: "Start",
id: "contact",
},
{ name: "Journey", id: "journey" },
{ name: "Wisdom", id: "features" },
{ name: "Community", id: "testimonials" },
{ name: "Start", id: "contact" }
]}
brandName="Elysian Path"
/>
@@ -55,108 +43,31 @@ export default function LandingPage() {
<div id="journey" data-section="journey">
<HeroBillboardTestimonial
background={{
variant: "glowing-orb",
}}
background={{ variant: "glowing-orb" }}
title="Master Your Inner Landscape"
description="Unlock the hidden potential within you. A journey into the depths of human potential, written for those ready to transcend the ordinary."
testimonials={[
{
name: "Elena Vance",
handle: "@elena_v",
testimonial: "A transformative experience that redefined my perspective on life.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/back-school-concept-with-copy-space_23-2148586677.jpg?_wi=1",
imageAlt: "3d book mockup minimalist dark",
},
{
name: "Mark Sterling",
handle: "@m_sterling",
testimonial: "Every page holds a secret worth uncovering. Absolute masterpiece.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cosmic-background-with-colorful-laser-lights-with-cool-shapes-perfect-digital-wallpaper_181624-34430.jpg?_wi=1",
imageAlt: "3d book mockup minimalist dark",
},
{
name: "Sarah Chen",
handle: "@s_chen",
testimonial: "I couldn't put it down. It felt like it was written just for me.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/dreamcatcher-s-shadow-reflected-wall_23-2149192634.jpg?_wi=1",
imageAlt: "3d book mockup minimalist dark",
},
{
name: "David Okafor",
handle: "@d_okafor",
testimonial: "The most profound book I've read in a decade. Truly enlightening.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-fir-tree-its-shadow_23-2148350155.jpg?_wi=1",
imageAlt: "3d book mockup minimalist dark",
},
{
name: "Julia Rossi",
handle: "@j_rossi",
testimonial: "A catalyst for real change. My life is fundamentally different now.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-woman-holding-cup_23-2148452709.jpg?_wi=1",
imageAlt: "3d book mockup minimalist dark",
},
{ name: "Elena Vance", handle: "@elena_v", testimonial: "A transformative experience that redefined my perspective on life.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/back-school-concept-with-copy-space_23-2148586677.jpg", imageAlt: "3d book mockup minimalist dark" },
{ name: "Mark Sterling", handle: "@m_sterling", testimonial: "Every page holds a secret worth uncovering. Absolute masterpiece.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cosmic-background-with-colorful-laser-lights-with-cool-shapes-perfect-digital-wallpaper_181624-34430.jpg", imageAlt: "3d book mockup minimalist dark" },
{ name: "Sarah Chen", handle: "@s_chen", testimonial: "I couldn't put it down. It felt like it was written just for me.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dreamcatcher-s-shadow-reflected-wall_23-2149192634.jpg", imageAlt: "3d book mockup minimalist dark" },
{ name: "David Okafor", handle: "@d_okafor", testimonial: "The most profound book I've read in a decade. Truly enlightening.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-fir-tree-its-shadow_23-2148350155.jpg", imageAlt: "3d book mockup minimalist dark" },
{ name: "Julia Rossi", handle: "@j_rossi", testimonial: "A catalyst for real change. My life is fundamentally different now.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-woman-holding-cup_23-2148452709.jpg", imageAlt: "3d book mockup minimalist dark" }
]}
buttons={[
{
text: "Begin Your Journey",
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/back-school-concept-with-copy-space_23-2148586677.jpg?_wi=2"
buttons={[{ text: "Begin Your Journey", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/back-school-concept-with-copy-space_23-2148586677.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-girl-with-hat-posing_23-2148350111.jpg",
alt: "Medium shot happy girl with hat posing",
},
{
src: "http://img.b2bpic.net/free-photo/high-angle-woman-with-journal-home_23-2150416358.jpg",
alt: "High angle woman with journal at home",
},
{
src: "http://img.b2bpic.net/free-photo/young-woman-kissing-her-black-cat_755757-13.jpg",
alt: "Young woman kissing her black cat",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-guy-holding-his-girlfriend_1153-745.jpg",
alt: "Close-up of guy holding his girlfriend",
},
{
src: "http://img.b2bpic.net/free-photo/teenager-light-movie-projector_23-2149377404.jpg",
alt: "Teenager in the light of movie projector",
},
{ src: "http://img.b2bpic.net/free-photo/medium-shot-happy-girl-with-hat-posing_23-2148350111.jpg", alt: "Medium shot happy girl with hat posing" },
{ src: "http://img.b2bpic.net/free-photo/high-angle-woman-with-journal-home_23-2150416358.jpg", alt: "High angle woman with journal at home" },
{ src: "http://img.b2bpic.net/free-photo/young-woman-kissing-her-black-cat_755757-13.jpg", alt: "Young woman kissing her black cat" },
{ src: "http://img.b2bpic.net/free-photo/close-up-guy-holding-his-girlfriend_1153-745.jpg", alt: "Close-up of guy holding his girlfriend" },
{ src: "http://img.b2bpic.net/free-photo/teenager-light-movie-projector_23-2149377404.jpg", alt: "Teenager in the light of movie projector" }
]}
marqueeItems={[
{
type: "text-icon",
text: "Self-Discovery",
icon: Sparkles,
},
{
type: "text-icon",
text: "Mindfulness",
icon: Lightbulb,
},
{
type: "text-icon",
text: "Resilience",
icon: Shield,
},
{
type: "text-icon",
text: "Growth",
icon: TrendingUp,
},
{
type: "text-icon",
text: "Alignment",
icon: Compass,
},
{ type: "text-icon", text: "Self-Discovery", icon: Sparkles },
{ type: "text-icon", text: "Mindfulness", icon: Lightbulb },
{ type: "text-icon", text: "Resilience", icon: Shield },
{ type: "text-icon", text: "Growth", icon: TrendingUp },
{ type: "text-icon", text: "Alignment", icon: Compass }
]}
/>
</div>
@@ -166,21 +77,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Impact by the Numbers"
metrics={[
{
icon: BookOpen,
label: "Lives Transformed",
value: "50K+",
},
{
icon: Award,
label: "Global Chapters",
value: "120+",
},
{
icon: Star,
label: "Average Rating",
value: "4.9/5",
},
{ icon: BookOpen, label: "Lives Transformed", value: "50K+" },
{ icon: Award, label: "Global Chapters", value: "120+" },
{ icon: Star, label: "Average Rating", value: "4.9/5" }
]}
metricsAnimation="blur-reveal"
/>
@@ -193,77 +92,32 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Mindful Integration",
description: "Learn to bridge the gap between chaotic thoughts and intentional action.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/cosmic-background-with-colorful-laser-lights-with-cool-shapes-perfect-digital-wallpaper_181624-34430.jpg?_wi=2",
},
title: "Mindful Integration", description: "Learn to bridge the gap between chaotic thoughts and intentional action.", media: { imageSrc: "http://img.b2bpic.net/free-photo/cosmic-background-with-colorful-laser-lights-with-cool-shapes-perfect-digital-wallpaper_181624-34430.jpg" },
items: [
{
icon: CheckCircle,
text: "Daily exercises",
},
{
icon: CheckCircle,
text: "Mental clarity",
},
{
icon: CheckCircle,
text: "Calm focus",
},
{ icon: CheckCircle, text: "Daily exercises" },
{ icon: CheckCircle, text: "Mental clarity" },
{ icon: CheckCircle, text: "Calm focus" }
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/back-school-concept-with-copy-space_23-2148586677.jpg?_wi=3",
imageAlt: "minimal mindfulness conceptual graphic",
reverse: false
},
{
title: "Emotional Resilience",
description: "Master the art of emotional regulation and reclaim your mental peace.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/dreamcatcher-s-shadow-reflected-wall_23-2149192634.jpg?_wi=2",
},
title: "Emotional Resilience", description: "Master the art of emotional regulation and reclaim your mental peace.", media: { imageSrc: "http://img.b2bpic.net/free-photo/dreamcatcher-s-shadow-reflected-wall_23-2149192634.jpg" },
items: [
{
icon: Zap,
text: "Stress recovery",
},
{
icon: Zap,
text: "Inner strength",
},
{
icon: Zap,
text: "Resilience training",
},
{ icon: Zap, text: "Stress recovery" },
{ icon: Zap, text: "Inner strength" },
{ icon: Zap, text: "Resilience training" }
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-fir-tree-its-shadow_23-2148350155.jpg?_wi=2",
imageAlt: "minimal mindfulness conceptual graphic",
reverse: true
},
{
title: "Purpose Alignment",
description: "Discover your true north and realign your daily habits with your long-term vision.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-woman-holding-cup_23-2148452709.jpg?_wi=2",
},
title: "Purpose Alignment", description: "Discover your true north and realign your daily habits with your long-term vision.", media: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-woman-holding-cup_23-2148452709.jpg" },
items: [
{
icon: Target,
text: "Vision mapping",
},
{
icon: Target,
text: "Goal achievement",
},
{
icon: Target,
text: "Purpose design",
},
{ icon: Target, text: "Vision mapping" },
{ icon: Target, text: "Goal achievement" },
{ icon: Target, text: "Purpose design" }
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/teenager-light-movie-projector_23-2149377405.jpg?_wi=1",
imageAlt: "minimal mindfulness conceptual graphic",
},
reverse: false
}
]}
title="Unlock Your True Self"
description="Experience deep, evidence-based wisdom designed to help you navigate modern life with clarity, courage, and purpose."
@@ -277,27 +131,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
members={[
{
id: "1",
name: "Dr. Aris Thorne",
role: "Lead Author",
description: "Expert in human performance and behavioral neuroscience.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-woman-holding-cup_23-2148452709.jpg?_wi=3",
},
{
id: "2",
name: "Lila Vane",
role: "Creative Lead",
description: "Curator of deep mindfulness experiences.",
imageSrc: "http://img.b2bpic.net/free-photo/teenager-light-movie-projector_23-2149377405.jpg?_wi=2",
},
{
id: "3",
name: "Marcus Reid",
role: "Lead Coach",
description: "Helping thousands realign with their core values.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-smiling_23-2148452708.jpg",
},
{ id: "1", name: "Dr. Aris Thorne", role: "Lead Author", description: "Expert in human performance and behavioral neuroscience.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-woman-holding-cup_23-2148452709.jpg" },
{ id: "2", name: "Lila Vane", role: "Creative Lead", description: "Curator of deep mindfulness experiences.", imageSrc: "http://img.b2bpic.net/free-photo/teenager-light-movie-projector_23-2149377405.jpg" },
{ id: "3", name: "Marcus Reid", role: "Lead Coach", description: "Helping thousands realign with their core values.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-smiling_23-2148452708.jpg" }
]}
title="Meet the Guide"
description="Developed by experts in human psychology and personal development."
@@ -308,47 +144,13 @@ export default function LandingPage() {
<TestimonialCardSix
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
testimonials={[
{
id: "1",
name: "Sarah J.",
handle: "@sarahj",
testimonial: "This book is a bridge to my true self.",
imageSrc: "http://img.b2bpic.net/free-photo/blank-notebook-wooden-office-table_53876-14161.jpg",
imageAlt: "Blank Notebook Wooden Office Table",
},
{
id: "2",
name: "Leo K.",
handle: "@leok",
testimonial: "Changed how I approach every single morning.",
imageSrc: "http://img.b2bpic.net/free-photo/back-school-concept-with-copy-space_23-2148586677.jpg?_wi=4",
imageAlt: "Blank Notebook Wooden Office Table",
},
{
id: "3",
name: "Anna P.",
handle: "@annap",
testimonial: "Deeply moving and incredibly practical wisdom.",
imageSrc: "http://img.b2bpic.net/free-photo/cosmic-background-with-colorful-laser-lights-with-cool-shapes-perfect-digital-wallpaper_181624-34430.jpg?_wi=3",
imageAlt: "Blank Notebook Wooden Office Table",
},
{
id: "4",
name: "Javier R.",
handle: "@javierr",
testimonial: "A masterpiece of personal development.",
imageSrc: "http://img.b2bpic.net/free-photo/dreamcatcher-s-shadow-reflected-wall_23-2149192634.jpg?_wi=3",
imageAlt: "Blank Notebook Wooden Office Table",
},
{
id: "5",
name: "Mia L.",
handle: "@mial",
testimonial: "Found my purpose in these pages.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-fir-tree-its-shadow_23-2148350155.jpg?_wi=3",
imageAlt: "Blank Notebook Wooden Office Table",
},
{ id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "This book is a bridge to my true self.", imageSrc: "http://img.b2bpic.net/free-photo/blank-notebook-wooden-office-table_53876-14161.jpg", imageAlt: "Blank Notebook Wooden Office Table" },
{ id: "2", name: "Leo K.", handle: "@leok", testimonial: "Changed how I approach every single morning.", imageSrc: "http://img.b2bpic.net/free-photo/back-school-concept-with-copy-space_23-2148586677.jpg", imageAlt: "Blank Notebook Wooden Office Table" },
{ id: "3", name: "Anna P.", handle: "@annap", testimonial: "Deeply moving and incredibly practical wisdom.", imageSrc: "http://img.b2bpic.net/free-photo/cosmic-background-with-colorful-laser-lights-with-cool-shapes-perfect-digital-wallpaper_181624-34430.jpg", imageAlt: "Blank Notebook Wooden Office Table" },
{ id: "4", name: "Javier R.", handle: "@javierr", testimonial: "A masterpiece of personal development.", imageSrc: "http://img.b2bpic.net/free-photo/dreamcatcher-s-shadow-reflected-wall_23-2149192634.jpg", imageAlt: "Blank Notebook Wooden Office Table" },
{ id: "5", name: "Mia L.", handle: "@mial", testimonial: "Found my purpose in these pages.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-fir-tree-its-shadow_23-2148350155.jpg", imageAlt: "Blank Notebook Wooden Office Table" }
]}
title="Echoes of Transformation"
description="Hear from those who have walked the path."
@@ -360,13 +162,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"NY Times",
"The Guardian",
"Mindset Mag",
"The Daily Herald",
"Forbes Tech",
"Global Life",
"New Age Review",
"NY Times", "The Guardian", "Mindset Mag", "The Daily Herald", "Forbes Tech", "Global Life", "New Age Review"
]}
title="Seen In"
description="Recognized by industry leaders and critics worldwide."
@@ -378,21 +174,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Who is this book for?",
content: "For anyone seeking more clarity, purpose, and inner peace.",
},
{
id: "2",
title: "Can I read this digitally?",
content: "Yes, digital, audio, and physical copies are available.",
},
{
id: "3",
title: "Is there community support?",
content: "Join our private masterclass after reading.",
},
{ id: "1", title: "Who is this book for?", content: "For anyone seeking more clarity, purpose, and inner peace." },
{ id: "2", title: "Can I read this digitally?", content: "Yes, digital, audio, and physical copies are available." },
{ id: "3", title: "Is there community support?", content: "Join our private masterclass after reading." }
]}
title="Common Inquiries"
faqsAnimation="slide-up"
@@ -403,9 +187,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "rotated-rays-animated",
}}
background={{ variant: "rotated-rays-animated" }}
tag="Start Today"
title="Begin Your Transformation"
description="Enter your email to receive early access to the masterclass sessions."
@@ -418,49 +200,13 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="Elysian Path"
columns={[
{
title: "Journey",
items: [
{
label: "About",
href: "#",
},
{
label: "Philosophy",
href: "#",
},
],
},
{
title: "Resources",
items: [
{
label: "Masterclass",
href: "#",
},
{
label: "Guides",
href: "#",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy",
href: "#",
},
{
label: "Terms",
href: "#",
},
],
},
{ title: "Journey", items: [{ label: "About", href: "#" }, { label: "Philosophy", href: "#" }] },
{ title: "Resources", items: [{ label: "Masterclass", href: "#" }, { label: "Guides", href: "#" }] },
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] }
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}