From b02a421215f2144ee7de63c0602e1a7fd0ab0e0b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 16:27:10 +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 4cc80f6..02d3617 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,27 +63,27 @@ export default function LandingPage() { description="Stay ahead of the elements with real-time tracking, accurate local forecasts, and advanced radar data delivered directly to your device." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/suit-information-watching-mobility-standing_1134-1400.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/suit-information-watching-mobility-standing_1134-1400.jpg?_wi=1", imageAlt: "Dashboard", }, { - imageSrc: "http://img.b2bpic.net/free-photo/wet-pavement-night-after-rain_250224-24.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wet-pavement-night-after-rain_250224-24.jpg?_wi=1", imageAlt: "Rainy", }, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-cybernet-techno-design-with-flowing-lines-floating-particles_1048-12152.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-cybernet-techno-design-with-flowing-lines-floating-particles_1048-12152.jpg?_wi=1", imageAlt: "Wind", }, { - imageSrc: "http://img.b2bpic.net/free-photo/suit-information-watching-mobility-standing_1134-1400.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/suit-information-watching-mobility-standing_1134-1400.jpg?_wi=2", imageAlt: "Dashboard-2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/wet-pavement-night-after-rain_250224-24.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wet-pavement-night-after-rain_250224-24.jpg?_wi=2", imageAlt: "Rainy-2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-cybernet-techno-design-with-flowing-lines-floating-particles_1048-12152.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-cybernet-techno-design-with-flowing-lines-floating-particles_1048-12152.jpg?_wi=2", imageAlt: "Wind-2", }, ]} -- 2.49.1