From 7713dda2cf82f577abfd582afd5503338cb0680b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:49:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ad7eff8..6caadb6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,10 +54,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/truck-driver-putting-gloves-remove-vehicle-tarpaulin-unloading_342744-1295.jpg?_wi=1", imageAlt: "Professional truck detailing" }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", imageAlt: "Premium fleet service" + imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=1", imageAlt: "Premium fleet service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194096.jpg", imageAlt: "Expert detailing techniques" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194096.jpg?_wi=1", imageAlt: "Expert detailing techniques" } ]} autoplayDelay={5000} @@ -111,11 +111,11 @@ export default function LandingPage() { }, { id: 2, - tag: "Stage 2", title: "Premium Paint Polish & Wax", subtitle: "Restore shine and create lasting protection", description: "Our multi-stage polishing process removes oxidation and minor scratches, followed by premium wax application that provides UV protection and water beading for enhanced durability and visual appeal.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194096.jpg", imageAlt: "Truck paint polishing service" + tag: "Stage 2", title: "Premium Paint Polish & Wax", subtitle: "Restore shine and create lasting protection", description: "Our multi-stage polishing process removes oxidation and minor scratches, followed by premium wax application that provides UV protection and water beading for enhanced durability and visual appeal.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194096.jpg?_wi=2", imageAlt: "Truck paint polishing service" }, { id: 3, - tag: "Stage 3", title: "Interior Deep Clean", subtitle: "Refresh your cab interior completely", description: "Comprehensive detailing of cab interiors including upholstery treatment, window cleaning, dashboard restoration, and vent sanitization. We create a fresh, professional environment for your drivers.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", imageAlt: "Truck interior detailing service" + tag: "Stage 3", title: "Interior Deep Clean", subtitle: "Refresh your cab interior completely", description: "Comprehensive detailing of cab interiors including upholstery treatment, window cleaning, dashboard restoration, and vent sanitization. We create a fresh, professional environment for your drivers.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=2", imageAlt: "Truck interior detailing service" }, { id: 4, -- 2.49.1