From 7a1982457d09661601e706b7fc6b7cb0bfd5f67d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:44:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d43f041..641749d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,12 +53,12 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg", imageAlt: "Professional car wash with premium shine" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194139.jpg", imageAlt: "Expert exterior detailing and polishing" }, - { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", imageAlt: "Pristine interior cleaning and conditioning" }, - { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", imageAlt: "Paint protection and ceramic coating" }, + { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg?_wi=1", imageAlt: "Professional car wash with premium shine" }, + { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194139.jpg?_wi=1", imageAlt: "Expert exterior detailing and polishing" }, + { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=1", imageAlt: "Pristine interior cleaning and conditioning" }, + { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=1", imageAlt: "Paint protection and ceramic coating" }, { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-cleaning-car-rims_23-2148194113.jpg", imageAlt: "Detailed wheel and tire shine service" }, - { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg", imageAlt: "Final detailing results showcase" } + { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg?_wi=2", imageAlt: "Final detailing results showcase" } ]} autoPlay={true} autoPlayInterval={4000} @@ -90,13 +90,13 @@ export default function LandingPage() { animationType="slide-up" features={[ { - id: "1", title: "Exterior Detailing", description: "Complete exterior cleaning, clay bar treatment, and multi-stage polish for a mirror-like finish", tag: "Exterior", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194139.jpg", imageAlt: "Professional exterior car detailing" + id: "1", title: "Exterior Detailing", description: "Complete exterior cleaning, clay bar treatment, and multi-stage polish for a mirror-like finish", tag: "Exterior", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194139.jpg?_wi=2", imageAlt: "Professional exterior car detailing" }, { - id: "2", title: "Interior Detailing", description: "Deep cleaning of upholstery, carpets, dashboard conditioning, and odor elimination", tag: "Interior", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", imageAlt: "Expert interior car cleaning" + id: "2", title: "Interior Detailing", description: "Deep cleaning of upholstery, carpets, dashboard conditioning, and odor elimination", tag: "Interior", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=2", imageAlt: "Expert interior car cleaning" }, { - id: "3", title: "Paint Protection", description: "Ceramic coating application and paint sealant for long-lasting protection and shine", tag: "Protection", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", imageAlt: "Premium ceramic coating application" + id: "3", title: "Paint Protection", description: "Ceramic coating application and paint sealant for long-lasting protection and shine", tag: "Protection", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=2", imageAlt: "Premium ceramic coating application" } ]} />