From 21c986f09ba8e26881a30abef1d89c98729fe382 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 21:02:33 +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 ef6ef20..2f4d505 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,13 +72,13 @@ export default function HomePage() { background={{ variant: "plain" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/view-from-car-window-car-moving-through-tunnel-light_627829-11430.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-from-car-window-car-moving-through-tunnel-light_627829-11430.jpg?_wi=1", imageAlt: "StopCafe roadside cafe at sunrise with truck drivers and travelers", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/view-from-car-window-car-moving-through-tunnel-light_627829-11430.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-from-car-window-car-moving-through-tunnel-light_627829-11430.jpg?_wi=2", imageAlt: "Welcoming StopCafe entrance with parking area", }, ]} -- 2.49.1