From 8cd619626b4b99b71630e466624e8a25dd318d8b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 15:56:27 +0000 Subject: [PATCH 1/3] 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 2092c04..5425fac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { href: "/process", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/mechanic-working-laptop_1170-1583.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mechanic-working-laptop_1170-1583.jpg?_wi=1" /> @@ -82,7 +82,7 @@ export default function LandingPage() { id: "t1", name: "Sarah Miller", role: "Lead Mechanic", - imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-examining-car-engine-with-help-laptop_1170-1530.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-examining-car-engine-with-help-laptop_1170-1530.jpg?_wi=1", }, { id: "t2", -- 2.49.1 From 2b387a538fab809c2387a9dadea8297ea568661e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 15:56:28 +0000 Subject: [PATCH 2/3] Update src/app/process/page.tsx --- src/app/process/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/process/page.tsx b/src/app/process/page.tsx index f6c40f7..54c35f9 100644 --- a/src/app/process/page.tsx +++ b/src/app/process/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { title: "Diagnostics", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/mechanic-garage_23-2151983456.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mechanic-garage_23-2151983456.jpg?_wi=1" mediaAnimation="slide-up" metricsAnimation="slide-up" /> -- 2.49.1 From 2c2cc3b2d4a9629453547e05eff3b562d0765215 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 15:56:28 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 8997969..289eb48 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -52,13 +52,13 @@ export default function LandingPage() { icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/driver-checking-stock-market-his-phone-while-car_53876-98095.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/driver-checking-stock-market-his-phone-while-car_53876-98095.jpg?_wi=1", }, { imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881769.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-laptop_1170-1583.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-laptop_1170-1583.jpg?_wi=2", imageAlt: "car diagnostic software ui", }, { @@ -73,7 +73,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/tools-tool-tray-repairing-cars_1150-18951.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-garage_23-2151983456.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-garage_23-2151983456.jpg?_wi=2", imageAlt: "car diagnostic software ui", }, { @@ -88,7 +88,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/auto-repairman-taking-notes-while-examining-vehicle-workshop_637285-12713.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-examining-car-engine-with-help-laptop_1170-1530.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-examining-car-engine-with-help-laptop_1170-1530.jpg?_wi=2", imageAlt: "car diagnostic software ui", }, ]} @@ -115,21 +115,21 @@ export default function LandingPage() { title: "Electrical Systems", description: "Wiring and sensor testing", buttonIcon: "ArrowRight", - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-laptop_1170-1583.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-laptop_1170-1583.jpg?_wi=3", imageAlt: "Mechanic working with wires at workshop", }, { title: "Fluid Analysis", description: "Contaminant testing", buttonIcon: "ArrowRight", - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-garage_23-2151983456.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-garage_23-2151983456.jpg?_wi=3", imageAlt: "Mechanic working with wires at workshop", }, { title: "Suspension", description: "Alignment and shock check", buttonIcon: "ArrowRight", - imageSrc: "http://img.b2bpic.net/free-photo/driver-checking-stock-market-his-phone-while-car_53876-98095.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/driver-checking-stock-market-his-phone-while-car_53876-98095.jpg?_wi=2", imageAlt: "Mechanic working with wires at workshop", }, ]} -- 2.49.1