From a9ed955509694717357c582e06e5df9236c8c242 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 14:15:04 +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 50a13c7..e0114b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Activity, Apple, Award, Bell, Calendar, Crown, Flame, Heart, Settings, ShoppingBag, Signal, Sparkles, Star, Trophy, User, Users, Weights } from "lucide-react"; +import { Activity, Apple, Award, Bell, Calendar, Crown, Flame, Heart, Settings, ShoppingBag, Signal, Sparkles, Star, Trophy, User, Users, Weight } from "lucide-react"; export default function LandingPage() { return ( @@ -148,7 +148,7 @@ export default function LandingPage() { alertIcon: Bell, alertTitle: "New Class Alert!", alertMessage: "HIIT Blast starting in 15 mins. Join now!", apps: [ { - name: "Workouts", icon: Weights, + name: "Workouts", icon: Weight, }, { name: "Schedule", icon: Calendar, -- 2.49.1