From 5c63aad4f54992dd754ebc3db82e95b4b8567858 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:16:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9b820eb..4e76053 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mechanic-standing-near-cars_23-2147897989.jpg", imageAlt: "auto repair mechanic workshop professional garage cars" + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mechanic-standing-near-cars_23-2147897989.jpg?_wi=1", imageAlt: "auto repair mechanic workshop professional garage cars" }, { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-using-diagnostic-tool_1170-1156.jpg", imageAlt: "car diagnostic auto scan mechanic tool electronic" @@ -70,10 +70,10 @@ export default function LandingPage() { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/worker-follows-car-checklist-fixing-tires_482257-75661.jpg", imageAlt: "auto repair mechanic repairs car service workshop" }, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg", imageAlt: "professional workshop garage interior auto shop modern workspace" + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg?_wi=1", imageAlt: "professional workshop garage interior auto shop modern workspace" }, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mechanic-standing-near-cars_23-2147897989.jpg", imageAlt: "auto repair mechanic workshop professional garage cars" + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mechanic-standing-near-cars_23-2147897989.jpg?_wi=2", imageAlt: "auto repair mechanic workshop professional garage cars" }, ]} autoPlay={true} @@ -125,7 +125,7 @@ export default function LandingPage() { value: "100%", title: "Customer Satisfaction" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-52.jpg?_wi=2" imageAlt="JMM Autos Professional Workshop" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -170,7 +170,7 @@ export default function LandingPage() {