From d0ab5ef21ee5caaa8ee77068a7b19cebe1298ebd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 00:02:52 +0000 Subject: [PATCH] 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 ffbb705..d4eef26 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,10 +57,10 @@ export default function LandingPage() { background={{ variant: "plain" }} carouselItems={[ { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/men-observing-white-auto-car-center_651396-1183.jpg", imageAlt: "Luxury car with professional detailing" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-interior-clean-up-service_23-2149212253.jpg?_wi=1", imageAlt: "Shiny detailed vehicle exterior" }, + { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-interior-clean-up-service_23-2149212253.jpg", imageAlt: "Shiny detailed vehicle exterior" }, { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg", imageAlt: "Clean car interior detailing" }, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-black-car_181624-23579.jpg", imageAlt: "Ceramic coated vehicle shine" }, - { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-interior-clean-up-service_23-2149212253.jpg?_wi=2", imageAlt: "Professional truck detailing" }, + { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-interior-clean-up-service_23-2149212253.jpg", imageAlt: "Professional truck detailing" }, { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-car-showroom-dealership_23-2149117119.jpg", imageAlt: "SUV with showroom condition finish" } ]} autoPlay={true} -- 2.49.1