diff --git a/src/app/page.tsx b/src/app/page.tsx index 4563c31..33bfeaa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,29 +45,17 @@ export default function LandingPage() { @@ -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." /> @@ -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." /> @@ -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() { @@ -173,14 +131,10 @@ export default function LandingPage() { @@ -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() {