From bc1df1f820cf65fa8befb9b61f7fe571e206e5b5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 11:44:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 63740ef..06da19d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,11 +50,11 @@ export default function LandingPage() { { text: "Book Service" } ]} carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580560.jpg", imageAlt: "Professional auto repair workshop" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/worker-follows-car-checklist-fixing-tires_482257-75661.jpg", imageAlt: "Mechanic performing vehicle engine diagnostics" }, + { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580560.jpg?_wi=1", imageAlt: "Professional auto repair workshop" }, + { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/worker-follows-car-checklist-fixing-tires_482257-75661.jpg?_wi=1", imageAlt: "Mechanic performing vehicle engine diagnostics" }, { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/engineer-projects-car-engine-ar-hologram_482257-76523.jpg", imageAlt: "Professional mechanics team" }, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-fixing-car-wheel-disc-brake_1170-1215.jpg", imageAlt: "Brake system repair service" }, - { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580560.jpg", imageAlt: "Clean workshop environment" }, + { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580560.jpg?_wi=2", imageAlt: "Clean workshop environment" }, { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-showing-customer-problem-with-car_1170-1413.jpg", imageAlt: "Modern service center" } ]} autoPlay={true} @@ -80,7 +80,7 @@ export default function LandingPage() { description="E & M Services provides comprehensive automotive solutions tailored to your vehicle's needs." tag="Expert Services" tagIcon={Wrench} - imageSrc="http://img.b2bpic.net/free-photo/worker-follows-car-checklist-fixing-tires_482257-75661.jpg" + imageSrc="http://img.b2bpic.net/free-photo/worker-follows-car-checklist-fixing-tires_482257-75661.jpg?_wi=2" imageAlt="Professional auto repair in progress" mediaAnimation="slide-up" accordionItems={[ -- 2.49.1