From ebe9c6837d41a8dcaddb4ea00c9b111ab724f4fa Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 18:57:42 +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 83cd0f7..0a1b915 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -63,37 +63,37 @@ export default function LandingPage() { id: 1, title: "Car Repair", description: "Full mechanical diagnostics and repair services.", - imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-working-air-conditioning-system-car-auto-repair-shop_637285-4283.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-working-air-conditioning-system-car-auto-repair-shop_637285-4283.jpg?_wi=3", }, { id: 2, title: "Car Servicing", description: "Scheduled maintenance to keep your car running smooth.", - imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-working-air-conditioning-system-car-auto-repair-shop_637285-4283.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-working-air-conditioning-system-car-auto-repair-shop_637285-4283.jpg?_wi=4", }, { id: 3, title: "Engine Diagnostics", description: "Computerized analysis for engine health.", - imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-working-air-conditioning-system-car-auto-repair-shop_637285-4283.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-working-air-conditioning-system-car-auto-repair-shop_637285-4283.jpg?_wi=5", }, { id: 4, title: "Brake Repair", description: "Safety focused inspection and brake replacement.", - imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-working-air-conditioning-system-car-auto-repair-shop_637285-4283.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-working-air-conditioning-system-car-auto-repair-shop_637285-4283.jpg?_wi=6", }, { id: 5, title: "AC Repair", description: "Keep cool with our expert A/C system servicing.", - imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-working-air-conditioning-system-car-auto-repair-shop_637285-4283.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-working-air-conditioning-system-car-auto-repair-shop_637285-4283.jpg?_wi=7", }, { id: 6, title: "Oil Change", description: "Premium oil and filter changes for engine longevity.", - imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-working-air-conditioning-system-car-auto-repair-shop_637285-4283.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-working-air-conditioning-system-car-auto-repair-shop_637285-4283.jpg?_wi=8", }, ]} title="Our Professional Services" @@ -118,7 +118,7 @@ export default function LandingPage() { "Auto", "Heavy", ], - imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-working-air-conditioning-system-car-auto-repair-shop_637285-4283.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-working-air-conditioning-system-car-auto-repair-shop_637285-4283.jpg?_wi=9", }, { id: "s2", @@ -129,7 +129,7 @@ export default function LandingPage() { "Tech", "Complex", ], - imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-working-air-conditioning-system-car-auto-repair-shop_637285-4283.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-mechanic-working-air-conditioning-system-car-auto-repair-shop_637285-4283.jpg?_wi=10", }, ]} />