From 7c1f8881be938e78f2f47651efb5e5830d114f99 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 19:03:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e0e3d28..6d2ad58 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardOne from '@/components/sections/product/ProductCardOne'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Droplets, Sparkles, Vacuum, Spray, Wrench, Shield } from "lucide-react"; +import { Droplets, Sparkles, Fan, SprayCan, Wrench, Shield } from "lucide-react"; export default function LandingPage() { return ( @@ -78,8 +78,8 @@ export default function LandingPage() { }, { title: "Interior Detailing", description: "Full interior reset — carpets, seats, dashboard, and more.", items: [ - { icon: Vacuum, text: "Deep vacuum" }, - { icon: Spray, text: "Surface cleanup" }, + { icon: Fan, text: "Deep vacuum" }, + { icon: SprayCan, text: "Surface cleanup" }, ], media: { imageSrc: "http://img.b2bpic.net/free-photo/driver-view-car-interior-hand-steering-wheel-speed-motion_169016-68523.jpg", imageAlt: "Interior detailing" }, reverse: true -- 2.49.1