From c99fcfa6efaf80d47c2730e1fee6d00b5d3d0f54 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 23:21:27 +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 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,