From dfada71c04721a79c6378a938670cd7fef316851 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 14:14:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index abbf848..7953665 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,17 +53,17 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-woman-with-jacket-posing-mirror_23-2148870747.jpg", imageAlt: "Collection Look 1"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-woman-with-jacket-posing-mirror_23-2148870747.jpg?_wi=1", imageAlt: "Collection Look 1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-woman-with-jacket-posing-mirror_23-2148870747.jpg", imageAlt: "Collection Look 2"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-woman-with-jacket-posing-mirror_23-2148870747.jpg?_wi=2", imageAlt: "Collection Look 2"}, { - imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-woman-with-jacket-posing-mirror_23-2148870747.jpg", imageAlt: "Collection Look 3"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-woman-with-jacket-posing-mirror_23-2148870747.jpg?_wi=3", imageAlt: "Collection Look 3"}, { - imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-woman-with-jacket-posing-mirror_23-2148870747.jpg", imageAlt: "Collection Look 4"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-woman-with-jacket-posing-mirror_23-2148870747.jpg?_wi=4", imageAlt: "Collection Look 4"}, { - imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-woman-with-jacket-posing-mirror_23-2148870747.jpg", imageAlt: "Collection Look 5"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-woman-with-jacket-posing-mirror_23-2148870747.jpg?_wi=5", imageAlt: "Collection Look 5"}, { - imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-woman-with-jacket-posing-mirror_23-2148870747.jpg", imageAlt: "Collection Look 6"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-japanese-woman-with-jacket-posing-mirror_23-2148870747.jpg?_wi=6", imageAlt: "Collection Look 6"}, ]} buttonAnimation="slide-up" /> @@ -102,7 +102,7 @@ export default function LandingPage() { { title: "Minimalist Design", description: "Form meets function in every piece."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-japanese-woman-with-jacket-posing-mirror_23-2148870747.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-japanese-woman-with-jacket-posing-mirror_23-2148870747.jpg?_wi=7" mediaAnimation="slide-up" /> @@ -138,7 +138,7 @@ export default function LandingPage() { tag="Join Us" title="Stay Connected" description="Sign up to receive early access to new collections and exclusive aesthetic lookbooks." - imageSrc="http://img.b2bpic.net/free-photo/young-japanese-woman-with-jacket-posing-mirror_23-2148870747.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-japanese-woman-with-jacket-posing-mirror_23-2148870747.jpg?_wi=8" mediaAnimation="opacity" /> -- 2.49.1