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", 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" /> 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", }, ]}