From 5540185b0b8ea98ed8d6db96b85a5b3199a73fcc Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 00:01:23 +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 49ba434..443fe1c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,28 +89,28 @@ export default function LandingPage() { { id: 1, title: "Oil Changes & Fluid Services", description: "Regular oil changes, coolant flushes, and transmission fluid service to maintain engine health and longevity.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/black-auto-mechanic-checking-car-oil-while-wearing-face-mask-repair-shop_637285-9448.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/black-auto-mechanic-checking-car-oil-while-wearing-face-mask-repair-shop_637285-9448.jpg?_wi=1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/black-auto-mechanic-checking-car-oil-while-wearing-face-mask-repair-shop_637285-9448.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/black-auto-mechanic-checking-car-oil-while-wearing-face-mask-repair-shop_637285-9448.jpg?_wi=2" }, }, { id: 2, title: "Tire Maintenance & Rotation", description: "Professional tire rotation, balancing, alignment, and replacement services using premium quality tires.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-is-posing-photographer-while-sitting-dark-auto-service-holding-pneumatic-drill_613910-3791.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-is-posing-photographer-while-sitting-dark-auto-service-holding-pneumatic-drill_613910-3791.jpg?_wi=1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-is-posing-photographer-while-sitting-dark-auto-service-holding-pneumatic-drill_613910-3791.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-is-posing-photographer-while-sitting-dark-auto-service-holding-pneumatic-drill_613910-3791.jpg?_wi=2" }, }, { id: 3, title: "Brake System Service", description: "Complete brake inspections, pad replacements, and rotor servicing to ensure your safety on the road.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/technician-repairing-engine_23-2147897996.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/technician-repairing-engine_23-2147897996.jpg?_wi=1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/technician-repairing-engine_23-2147897996.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/technician-repairing-engine_23-2147897996.jpg?_wi=2" }, }, ]} -- 2.49.1