From dd9aaee565e884196a2184bd497683395db1f44f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 09:48:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 737bbbd..7924a51 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,10 +79,10 @@ export default function LandingPage() { title: "Ceramic Coating", description: "Advanced nanotechnology protection providing long-lasting glossy finish and superior durability against environmental contaminants.", icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-car-wash-car-showroom_146671-18369.jpg", imageAlt: "Ceramic coating application" + imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-car-wash-car-showroom_146671-18369.jpg?_wi=1", imageAlt: "Ceramic coating application" }, { - imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-car-wash-car-showroom_146671-18369.jpg", imageAlt: "Ceramic coating finish" + imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaning-car-wash-car-showroom_146671-18369.jpg?_wi=2", imageAlt: "Ceramic coating finish" } ] }, @@ -90,10 +90,10 @@ export default function LandingPage() { title: "Interior Restoration", description: "Complete interior detailing including leather conditioning, dashboard restoration, and premium vacuum cleaning for immaculate interiors.", icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434370.jpg", imageAlt: "Interior cleaning" + imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434370.jpg?_wi=1", imageAlt: "Interior cleaning" }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434370.jpg", imageAlt: "Leather conditioning" + imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434370.jpg?_wi=2", imageAlt: "Leather conditioning" } ] }, @@ -101,10 +101,10 @@ export default function LandingPage() { title: "Undercarriage Protection", description: "Comprehensive rust prevention and undercarriage coating using premium protective solutions for extended vehicle longevity.", icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-18964.jpg", imageAlt: "Undercarriage protection" + imageSrc: "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-18964.jpg?_wi=1", imageAlt: "Undercarriage protection" }, { - imageSrc: "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-18964.jpg", imageAlt: "Protection coating" + imageSrc: "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-18964.jpg?_wi=2", imageAlt: "Protection coating" } ] } -- 2.49.1