diff --git a/src/app/page.tsx b/src/app/page.tsx index 69b6279..ea9763b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Activity, Award, Clock, Droplet, Gauge, Heart, ShieldCheck, Star, Sun, Tag, Wind, StretchHorizontal, Lightning, Thermometer } from "lucide-react"; +import { Activity, Award, Clock, Droplet, Gauge, Heart, ShieldCheck, Star, Sun, Tag, Wind, StretchHorizontal, Thermometer, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -126,7 +126,7 @@ export default function LandingPage() { icon: Activity, text: "Reduced Muscle Vibration"}, { - icon: Lightning, + icon: Zap, text: "Increased Power Output"}, { icon: Heart,