From aa175ac00cd5d7c45b8b47baf440640f312d4221 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 02:11:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b01666..ae8ebdf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/cars-lifting-maintenance-garage-service-station_627829-3956.jpg", imageAlt: "Modern auto repair shop interior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/hands-mechanic-using-diagnostic-tool_1170-1188.jpg", imageAlt: "Advanced diagnostic equipment"}, + imageSrc: "http://img.b2bpic.net/free-photo/hands-mechanic-using-diagnostic-tool_1170-1188.jpg?_wi=1", imageAlt: "Advanced diagnostic equipment"}, { imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-shop-cashier-talking-customer-laughing-checkout-medium-shot-shopping-concept_74855-11828.jpg", imageAlt: "Customer service counter"}, ]} @@ -75,7 +75,7 @@ export default function LandingPage() { title: "Engine Diagnostics & Repair", description: "Computer diagnostic scanning, engine rebuilds, tune-ups, and performance optimization for all vehicle types.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-request-help-from-coworker_482257-76115.jpg"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/hands-mechanic-using-diagnostic-tool_1170-1188.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/hands-mechanic-using-diagnostic-tool_1170-1188.jpg?_wi=2"}, }, { id: 2, -- 2.49.1