diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2ae4510..104e772 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,108 +43,31 @@ export default function LandingPage() {
@@ -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() {
);
-}
+}
\ No newline at end of file