From 7d9031065390239d5fedf4d0b59a0c6ad50ae10d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:52:15 +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 553610d..9fd081f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactText from '@/components/sections/contact/ContactText'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { CheckCircle, Clock, Droplet, Droplets, MapPin, Shield, Sparkles, Zap, Star, Spray } from 'lucide-react'; +import { CheckCircle, Clock, Droplet, Droplets, MapPin, Shield, Sparkles, Zap, Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -82,7 +82,7 @@ export default function LandingPage() { title="Our Services" description="Choose from our range of professional car wash packages designed to keep your vehicle looking pristine" metrics={[ - { id: "1", icon: Spray, title: "Standard Wash", value: "$19.99" }, + { id: "1", icon: Droplets, title: "Standard Wash", value: "$19.99" }, { id: "2", icon: Zap, title: "Premium Detail", value: "$39.99" }, { id: "3", icon: Droplets, title: "Full Protection", value: "$59.99" }, { id: "4", icon: Shield, title: "Fleet Service", value: "Custom" } -- 2.49.1