From 28cfbef28cb3dfde434dbab0b2420e06b461c9bc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 00:01:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8075002..24abf50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,10 +86,10 @@ export default function LandingPage() { title: "Electrical Diagnostics", description: "Pinpoint electrical failures with precision. We identify problems other shops miss.", icon: Lightbulb, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-with-wires-workshop_23-2147897983.jpg", imageAlt: "Electrical diagnostic equipment in use" + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-with-wires-workshop_23-2147897983.jpg?_wi=1", imageAlt: "Electrical diagnostic equipment in use" }, { - imageSrc: "http://img.b2bpic.net/free-photo/glass-craftsman-displays-art-making-glassware-street-market_628469-74.jpg", imageAlt: "Automotive wiring repair work" + imageSrc: "http://img.b2bpic.net/free-photo/glass-craftsman-displays-art-making-glassware-street-market_628469-74.jpg?_wi=1", imageAlt: "Automotive wiring repair work" } ] }, @@ -97,10 +97,10 @@ export default function LandingPage() { title: "Battery & Alternator Repair", description: "Starting problems? Dead batteries? Weak alternators? We fix them fast and right the first time.", icon: Battery, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-with-wires-workshop_23-2147897983.jpg", imageAlt: "Battery and alternator diagnostics" + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-with-wires-workshop_23-2147897983.jpg?_wi=2", imageAlt: "Battery and alternator diagnostics" }, { - imageSrc: "http://img.b2bpic.net/free-photo/glass-craftsman-displays-art-making-glassware-street-market_628469-74.jpg", imageAlt: "Battery system repair" + imageSrc: "http://img.b2bpic.net/free-photo/glass-craftsman-displays-art-making-glassware-street-market_628469-74.jpg?_wi=2", imageAlt: "Battery system repair" } ] }, @@ -108,10 +108,10 @@ export default function LandingPage() { title: "Wiring & Electrical Systems", description: "Faulty wiring. Corroded connections. Burned-out components. We restore your vehicle's electrical integrity.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/glass-craftsman-displays-art-making-glassware-street-market_628469-74.jpg", imageAlt: "Electrical wiring work" + imageSrc: "http://img.b2bpic.net/free-photo/glass-craftsman-displays-art-making-glassware-street-market_628469-74.jpg?_wi=3", imageAlt: "Electrical wiring work" }, { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-with-wires-workshop_23-2147897983.jpg", imageAlt: "Wiring system diagnostics" + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-with-wires-workshop_23-2147897983.jpg?_wi=3", imageAlt: "Wiring system diagnostics" } ] }, @@ -122,7 +122,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367534.jpg", imageAlt: "AC and radio electrical repair" }, { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-with-wires-workshop_23-2147897983.jpg", imageAlt: "Climate control diagnostics" + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-with-wires-workshop_23-2147897983.jpg?_wi=4", imageAlt: "Climate control diagnostics" } ] }