From d96aeca8e25a8a63183e9a9d99112d388cbf7993 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:06:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f841d9..4424f36 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Activity, Dumbbell, Heart, Users, Flame, Leaf, Zap, TrendingUp, Award, Sparkles, Fire, Crown } from 'lucide-react'; +import { Activity, Dumbbell, Heart, Users, Leaf, Zap, TrendingUp, Award, Sparkles, Crown } from 'lucide-react'; export default function LandingPage() { return ( @@ -76,7 +76,7 @@ export default function LandingPage() { { value: 92 } ], listTitle: "Featured Classes Today", listItems: [ - { icon: Flame, title: "HIIT Bootcamp - 6:00 AM", status: "Available" }, + { icon: Leaf, title: "HIIT Bootcamp - 6:00 AM", status: "Available" }, { icon: Leaf, title: "Power Yoga - 9:00 AM", status: "Available" }, { icon: Zap, title: "Spin Class - 5:30 PM", status: "Almost Full" } ] @@ -139,7 +139,7 @@ export default function LandingPage() { features: ["Gym access 5 days/week", "Cardio & weight equipment", "Basic fitness assessment", "Community access"] }, { - id: "pro", badge: "Most Popular", badgeIcon: Fire, + id: "pro", badge: "Most Popular", badgeIcon: Leaf, price: "$59/month", subtitle: "Best for committed fitness enthusiasts", buttons: [{ text: "Select Plan", href: "/join" }], features: ["Unlimited gym access", "All classes included", "Personal training (2x/month)", "Nutrition consultation", "Priority class booking"] }, -- 2.49.1