From 6a305cceaa76a28bd4992880e255fddbd17c0c09 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 00:39:08 +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 ace0fa0..b8781a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,11 +74,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-foam-azure-water_23-2147798202.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-foam-azure-water_23-2147798202.jpg?_wi=1", imageAlt: "detailing foam cannon car", }, { - imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22303.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22303.jpg?_wi=1", imageAlt: "luxury truck detailing", }, { @@ -243,7 +243,7 @@ export default function LandingPage() { button: { text: "Book Now", }, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-foam-azure-water_23-2147798202.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-foam-azure-water_23-2147798202.jpg?_wi=2", imageAlt: "Man washing a car", }, { @@ -259,7 +259,7 @@ export default function LandingPage() { button: { text: "Book Now", }, - imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22303.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22303.jpg?_wi=2", imageAlt: "Man washing a car", }, ]} -- 2.49.1