From 03f5084c4c9d68f1ed1d86a049b914686473e741 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 23:21:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 711be9f..f9e1ca0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,15 +68,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-washing-rear-window_23-2148322030.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-washing-rear-window_23-2148322030.jpg?_wi=1", imageAlt: "Luxury car wash facility", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194064.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194064.jpg?_wi=1", imageAlt: "Car wash machinery", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194135.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194135.jpg?_wi=1", imageAlt: "Sparkling car detail", }, { @@ -154,7 +154,7 @@ export default function LandingPage() { button: { text: "Learn More", }, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-washing-rear-window_23-2148322030.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-washing-rear-window_23-2148322030.jpg?_wi=2", }, { id: "touchless", @@ -170,7 +170,7 @@ export default function LandingPage() { button: { text: "Learn More", }, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194064.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194064.jpg?_wi=2", }, { id: "membership", @@ -186,7 +186,7 @@ export default function LandingPage() { button: { text: "Join Now", }, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194135.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194135.jpg?_wi=2", }, ]} title="Simple, Transparent Pricing" -- 2.49.1