From bdfaf4fcdfdb91c37e07cff63a39a8e967f6d6f0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 02:18:25 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index f971b8b..360f0f3 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -55,28 +55,28 @@ export default function ServicesPage() { id: 1, title: "Oil & Fluid Changes", description: "Maintain engine health with regular oil and fluid replacements using premium-grade products. Keep your engine running efficiently with our comprehensive fluid management service.", - imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-mechanic-examining-car-engine-while-using-lamp-auto-repair-shop_637285-4291.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-mechanic-examining-car-engine-while-using-lamp-auto-repair-shop_637285-4291.jpg?_wi=2", imageAlt: "Oil change service" }, { id: 2, title: "Tire Service & Alignment", description: "Professional tire replacement, rotation, balancing, and wheel alignment. Ensure optimal handling, safety, and tire longevity with our expert wheel and alignment services.", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-blue-uniform-checks-car_1157-31496.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-blue-uniform-checks-car_1157-31496.jpg?_wi=2", imageAlt: "Tire replacement and alignment" }, { id: 3, title: "Brake Inspection & Repair", description: "Safety is paramount. Complete brake system diagnostics, pad replacement, rotor resurfacing, and fluid maintenance. Drive with confidence knowing your brakes are in excellent condition.", - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-shop-car_23-2150170039.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-shop-car_23-2150170039.jpg?_wi=2", imageAlt: "Brake service and inspection" }, { id: 4, title: "Engine Diagnostics", description: "Advanced computer diagnostics to identify and resolve engine issues quickly and accurately. From check engine lights to performance problems, we have the expertise to fix it right.", - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-engine_1170-1261.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-engine_1170-1261.jpg?_wi=2", imageAlt: "Engine diagnostic service" } ]}