From da181822d1d59b22ce73038603da6750f0ea7873 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 21:22:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e2208dd..a2df01c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,7 +100,7 @@ export default function HomePage() { buttonAnimation="slide-up" leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194147.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194147.jpg?_wi=1", imageAlt: "Water splash on luxury car wash", }, { @@ -110,11 +110,11 @@ export default function HomePage() { ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-fruit-cocktail-with-ice-cubes-wooden-desk-fruit-cocktail-drink-juice_140725-26169.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-fruit-cocktail-with-ice-cubes-wooden-desk-fruit-cocktail-drink-juice_140725-26169.jpg?_wi=1", imageAlt: "Tropical drink in lounge", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194147.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194147.jpg?_wi=2", imageAlt: "Premium car wash foam", }, ]} @@ -176,7 +176,7 @@ export default function HomePage() { author: "Detail Specialists", description: "Foam wash, tire shine, spot-free rinse, and hand dry for a showroom finish.", tags: ["Hand Wash", "Premium Care"], - imageSrc: "http://img.b2bpic.net/free-photo/blue-liquid-with-many-blobs_23-2147934215.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blue-liquid-with-many-blobs_23-2147934215.jpg?_wi=1", imageAlt: "Professional exterior wash", }, { @@ -194,7 +194,7 @@ export default function HomePage() { author: "Premium Package", description: "Deep clean inside and out with premium polish, interior detailing, and tire treatment.", tags: ["Complete Package", "VIP Treatment"], - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-with-vacuum-cleaner_1170-1709.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-with-vacuum-cleaner_1170-1709.jpg?_wi=1", imageAlt: "Luxury full detail service", }, ]} @@ -238,7 +238,7 @@ export default function HomePage() { author: "Bar Service", description: "Cold drinks and refreshments while you wait. Enjoy authentic Caribbean flavors.", tags: ["Cold Drinks", "Refreshments"], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-fruit-cocktail-with-ice-cubes-wooden-desk-fruit-cocktail-drink-juice_140725-26169.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-fruit-cocktail-with-ice-cubes-wooden-desk-fruit-cocktail-drink-juice_140725-26169.jpg?_wi=2", imageAlt: "Tropical drinks in lounge", }, { @@ -247,7 +247,7 @@ export default function HomePage() { author: "Lounge Design", description: "Premium seating with air conditioning, entertainment, and a relaxed atmosphere.", tags: ["Comfort", "Entertainment"], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-fruit-cocktail-with-ice-cubes-wooden-desk-fruit-cocktail-drink-juice_140725-26169.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-fruit-cocktail-with-ice-cubes-wooden-desk-fruit-cocktail-drink-juice_140725-26169.jpg?_wi=3", imageAlt: "Premium lounge seating", }, { @@ -256,7 +256,7 @@ export default function HomePage() { author: "Jamaican Soul", description: "Experience authentic Caribbean hospitality and laid-back luxury atmosphere.", tags: ["Vibes", "Culture"], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-fruit-cocktail-with-ice-cubes-wooden-desk-fruit-cocktail-drink-juice_140725-26169.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-fruit-cocktail-with-ice-cubes-wooden-desk-fruit-cocktail-drink-juice_140725-26169.jpg?_wi=4", imageAlt: "Relaxed lounge atmosphere", }, ]} @@ -379,7 +379,7 @@ export default function HomePage() { tag: "Verified Customer", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", avatarAlt: "RantJamaica", - imageSrc: "http://img.b2bpic.net/free-photo/blue-liquid-with-many-blobs_23-2147934215.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blue-liquid-with-many-blobs_23-2147934215.jpg?_wi=2", imageAlt: "Professional wash service", }, { @@ -391,7 +391,7 @@ export default function HomePage() { tag: "Verified Customer", avatarSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-smiling-cheerfully-pointin-with-thumbs-back_141793-55345.jpg", avatarAlt: "David Brown", - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-with-vacuum-cleaner_1170-1709.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-with-vacuum-cleaner_1170-1709.jpg?_wi=2", imageAlt: "Full detail service result", }, ]} -- 2.49.1