From 62bc830c7d86d07650f55ff52e79ed89fbc32c8c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 15:56:56 +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 ef06486..6a4c4a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Calendar, DollarSign, Star, Home, Briefcase, Road, Sun } from "lucide-react"; +import { Calendar, DollarSign, Star, Home, Briefcase, Car, Sun } from "lucide-react"; export default function LandingPage() { return ( @@ -102,7 +102,7 @@ export default function LandingPage() { title: "Commercial Property Cleaning", description: "Keep your business looking professional and inviting with our tailored commercial power washing.", imageSrc: "http://img.b2bpic.net/free-photo/urban-landscape-japan-business-building_23-2148889581.jpg", imageAlt: "Clean commercial building exterior", buttonIcon: Briefcase, buttonHref: "#services"}, { - title: "Driveway & Sidewalk Cleaning", description: "Eliminate oil stains, dirt, and grime from your concrete surfaces for a pristine look.", imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27386.jpg", imageAlt: "Sparkling clean driveway", buttonIcon: Road, + title: "Driveway & Sidewalk Cleaning", description: "Eliminate oil stains, dirt, and grime from your concrete surfaces for a pristine look.", imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27386.jpg", imageAlt: "Sparkling clean driveway", buttonIcon: Car, buttonHref: "#services"}, { title: "Deck & Patio Restoration", description: "Bring back the beauty of your outdoor living spaces with expert cleaning and restoration.", imageSrc: "http://img.b2bpic.net/free-photo/cafe-owner-cleaning-tables-with-disinfectant-while-reopening-covid19-pandemic_637285-8020.jpg", imageAlt: "Clean wooden deck and patio", buttonIcon: Sun,