From 1a69568f7e18eb296e6544addee78820f83b87cb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 08:53:09 +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 1b7502b..359651e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,27 +60,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139328.jpg?_wi=1", imageAlt: "Waveform", }, { - imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139328.jpg?_wi=2", imageAlt: "Waveform", }, { - imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139328.jpg?_wi=3", imageAlt: "Waveform", }, { - imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139328.jpg?_wi=4", imageAlt: "Waveform", }, { - imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139328.jpg?_wi=5", imageAlt: "Waveform", }, { - imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139328.jpg?_wi=6", imageAlt: "Waveform", }, ]} -- 2.49.1