diff --git a/src/app/page.tsx b/src/app/page.tsx index 257c7bf..8016054 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Zap, Flame, Award, Star, Download, Heart, Target, Shield, TrendingUp, Wind, Lotus, Sparkles, Dumbbell } from "lucide-react"; +import { Zap, Flame, Award, Star, Download, Heart, Target, Shield, TrendingUp, Wind, Circle, Sparkles, Dumbbell } from "lucide-react"; export default function FitnessLandingPage() { return ( @@ -107,7 +107,7 @@ export default function FitnessLandingPage() { }, items: [ { icon: Wind, text: "Stress relief" }, - { icon: Lotus, text: "Mind-body connection" }, + { icon: Circle, text: "Mind-body connection" }, { icon: Sparkles, text: "Recovery focused" } ], reverse: false