diff --git a/src/app/page.tsx b/src/app/page.tsx index 509e922..618112b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Home, Leaf, ShieldCheck, Soup, Sparkles, Truck, ShowerHead, Toilet, Microwave, LampDesk, GlassWater, CookingPot, VacuumCleaner, Lamp } from "lucide-react"; +import { Home, Leaf, ShieldCheck, Soup, Sparkles, Truck, ShowerHead, Toilet, Microwave, LampDesk, GlassWater, CookingPot, Vacuum, Lamp } from "lucide-react"; export default function LandingPage() { return ( @@ -175,7 +175,7 @@ export default function LandingPage() { icon: LampDesk, text: "Furniture Dusting"}, { - icon: VacuumCleaner, + icon: Vacuum, text: "Floor & Carpet Vacuuming"}, { icon: Lamp,