Merge version_2 into main #4
@@ -45,29 +45,17 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
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."
|
||||
description="Experience the 3D book animation that brings your journey to life, with immersive parallax scrolling as you explore the depths of your potential."
|
||||
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 },
|
||||
{ name: "Mark Sterling", handle: "@m_sterling", testimonial: "Every page holds a secret worth uncovering. Absolute masterpiece.", rating: 5 }
|
||||
]}
|
||||
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"
|
||||
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" }
|
||||
]}
|
||||
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: "Resilience", icon: Shield }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -93,34 +81,12 @@ export default function LandingPage() {
|
||||
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" },
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Daily exercises" },
|
||||
{ icon: CheckCircle, text: "Mental clarity" },
|
||||
{ icon: CheckCircle, text: "Calm focus" }
|
||||
],
|
||||
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" },
|
||||
items: [
|
||||
{ icon: Zap, text: "Stress recovery" },
|
||||
{ icon: Zap, text: "Inner strength" },
|
||||
{ icon: Zap, text: "Resilience training" }
|
||||
],
|
||||
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" },
|
||||
items: [
|
||||
{ icon: Target, text: "Vision mapping" },
|
||||
{ icon: Target, text: "Goal achievement" },
|
||||
{ icon: Target, text: "Purpose design" }
|
||||
],
|
||||
items: [{ icon: CheckCircle, text: "Daily exercises" }],
|
||||
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."
|
||||
description="Evidence-based wisdom for modern life."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -131,12 +97,10 @@ 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" },
|
||||
{ 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.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-woman-holding-cup_23-2148452709.jpg?_wi=3" }
|
||||
]}
|
||||
title="Meet the Guide"
|
||||
description="Developed by experts in human psychology and personal development."
|
||||
description="Developed by experts in human psychology."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -146,11 +110,7 @@ export default function LandingPage() {
|
||||
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=3", 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=2", imageAlt: "Blank Notebook Wooden Office Table" }
|
||||
{ id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "This book is a bridge to my true self." }
|
||||
]}
|
||||
title="Echoes of Transformation"
|
||||
description="Hear from those who have walked the path."
|
||||
@@ -161,11 +121,9 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"NY Times", "The Guardian", "Mindset Mag", "The Daily Herald", "Forbes Tech", "Global Life", "New Age Review"
|
||||
]}
|
||||
names={["NY Times", "The Guardian", "Mindset Mag"]}
|
||||
title="Seen In"
|
||||
description="Recognized by industry leaders and critics worldwide."
|
||||
description="Recognized globally."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -173,14 +131,10 @@ export default function LandingPage() {
|
||||
<FaqDouble
|
||||
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." }
|
||||
]}
|
||||
faqs={[{ id: "1", title: "Who is this book for?", content: "For anyone seeking more clarity, purpose, and inner peace." }]}
|
||||
title="Common Inquiries"
|
||||
faqsAnimation="slide-up"
|
||||
description="Answers to the questions we receive most often."
|
||||
description="Answers to common questions."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -190,7 +144,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
tag="Start Today"
|
||||
title="Begin Your Transformation"
|
||||
description="Enter your email to receive early access to the masterclass sessions."
|
||||
description="Sign up for early access."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background-smooth-dark-blue-with-black-vignette-studio-banner_1258-83414.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -199,11 +153,7 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<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: "#" }] }
|
||||
]}
|
||||
columns={[{ title: "Journey", items: [{ label: "About", href: "#" }] }]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user