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,