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", }, ]}