From 30a8906bf2633065fc03b1b8a85d46d944fab386 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 00:45:52 +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 f7d7e22..5452323 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,27 +65,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/millennial-fashion-couple-white-studio_158595-5495.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/millennial-fashion-couple-white-studio_158595-5495.jpg?_wi=1", imageAlt: "Fashion Model", }, { - imageSrc: "http://img.b2bpic.net/free-photo/millennial-fashion-couple-white-studio_158595-5495.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/millennial-fashion-couple-white-studio_158595-5495.jpg?_wi=2", imageAlt: "Fashion Model", }, { - imageSrc: "http://img.b2bpic.net/free-photo/millennial-fashion-couple-white-studio_158595-5495.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/millennial-fashion-couple-white-studio_158595-5495.jpg?_wi=3", imageAlt: "Fashion Model", }, { - imageSrc: "http://img.b2bpic.net/free-photo/millennial-fashion-couple-white-studio_158595-5495.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/millennial-fashion-couple-white-studio_158595-5495.jpg?_wi=4", imageAlt: "Fashion Model", }, { - imageSrc: "http://img.b2bpic.net/free-photo/millennial-fashion-couple-white-studio_158595-5495.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/millennial-fashion-couple-white-studio_158595-5495.jpg?_wi=5", imageAlt: "Fashion Model", }, { - imageSrc: "http://img.b2bpic.net/free-photo/millennial-fashion-couple-white-studio_158595-5495.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/millennial-fashion-couple-white-studio_158595-5495.jpg?_wi=6", imageAlt: "Fashion Model", }, ]} -- 2.49.1