From 8c7051e7b129fce51aad82ca9f04fa79fe242dfc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 18:32:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bcb191f..2366b78 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TeamCardTen from '@/components/sections/team/TeamCardTen'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Brain, Clock, Target, Zap, Flame, Leaf, Moon, Heart, Meditation, Mountain, Compass, AlertCircle, CheckCircle, Sparkles, TrendingDown } from 'lucide-react'; +import { Brain, Clock, Target, Zap, Flame, Leaf, Moon, Heart, Mountain, Compass, AlertCircle, CheckCircle, Sparkles, TrendingDown } from 'lucide-react'; export default function LandingPage() { return ( @@ -126,7 +126,7 @@ export default function LandingPage() { }, { title: "Spirit & Inner Work", description: "Silence the noise. Connect to something deeper. Find your center.", bentoComponent: "icon-info-cards", items: [ - { icon: Meditation, label: "Breathwork", value: "Nervous System" }, + { icon: Heart, label: "Breathwork", value: "Nervous System" }, { icon: Mountain, label: "Nature Practice", value: "Rewire Your Brain" }, { icon: Compass, label: "Daily Ritual", value: "Living with Purpose" } ] -- 2.49.1