From bc53361f2eb6c56ec4fb26fe886e9ab785d41f7b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 09:52:28 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 17795c0..060445a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -109,7 +109,7 @@ export default function AboutPage() { title: "Ceramic Coating", description: "Premium protective coatings that preserve your vehicle's showroom appearance", imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22305.jpg", imageAlt: "Ceramic coating application", buttonIcon: ChevronRight, buttonHref: "/services"}, { - title: "Mobile Detailing", description: "Complete service convenience - we come to your location, on your schedule", imageSrc: "http://img.b2bpic.net/free-photo/side-view-brand-new-car-sell_23-2148332886.jpg", imageAlt: "Mobile detailing service", buttonIcon: ChevronRight, + title: "Mobile Detailing", description: "Complete service convenience - we come to your location, on your schedule", imageSrc: "http://img.b2bpic.net/free-photo/side-view-brand-new-car-sell_23-2148332886.jpg?_wi=1", imageAlt: "Mobile detailing service", buttonIcon: ChevronRight, buttonHref: "/services"}, { title: "Full Detail Package", description: "Complete interior and exterior treatment for comprehensive vehicle restoration", imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30572.jpg", imageAlt: "Full detail package results", buttonIcon: ChevronRight, @@ -122,7 +122,7 @@ export default function AboutPage() {