From 51b696a8ba8a0ee9cb602db79d5f90f63bc84c19 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:14:56 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 2749122..213a9a5 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -52,11 +52,11 @@ export default function ServicesPage() { icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30576.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30576.jpg?_wi=3", imageAlt: "Exterior detailing service", }, { - imageSrc: "http://img.b2bpic.net/free-photo/uncertain-man-examining-his-car-hood-while-mechanic-is-talking-his-auto-repair-shop_637285-7712.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/uncertain-man-examining-his-car-hood-while-mechanic-is-talking-his-auto-repair-shop_637285-7712.jpg?_wi=5", imageAlt: "Before and after exterior detail", }, ], @@ -67,11 +67,11 @@ export default function ServicesPage() { icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22315.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22315.jpg?_wi=2", imageAlt: "Interior detailing service", }, { - imageSrc: "http://img.b2bpic.net/free-photo/uncertain-man-examining-his-car-hood-while-mechanic-is-talking-his-auto-repair-shop_637285-7712.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/uncertain-man-examining-his-car-hood-while-mechanic-is-talking-his-auto-repair-shop_637285-7712.jpg?_wi=6", imageAlt: "Before and after interior detail", }, ], @@ -82,11 +82,11 @@ export default function ServicesPage() { icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193578.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193578.jpg?_wi=2", imageAlt: "Ceramic coating application", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30576.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30576.jpg?_wi=4", imageAlt: "Ceramic coated vehicle", }, ], @@ -97,11 +97,11 @@ export default function ServicesPage() { icon: CheckCircle, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/uncertain-man-examining-his-car-hood-while-mechanic-is-talking-his-auto-repair-shop_637285-7712.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/uncertain-man-examining-his-car-hood-while-mechanic-is-talking-his-auto-repair-shop_637285-7712.jpg?_wi=7", imageAlt: "Paint correction before", }, { - imageSrc: "http://img.b2bpic.net/free-photo/uncertain-man-examining-his-car-hood-while-mechanic-is-talking-his-auto-repair-shop_637285-7712.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/uncertain-man-examining-his-car-hood-while-mechanic-is-talking-his-auto-repair-shop_637285-7712.jpg?_wi=8", imageAlt: "Paint correction after", }, ],