From 295207b20ec6f226511ee47aeebec5dd64ad0f4e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 17:27:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f81addb..55006eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,11 +84,11 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-outdoors_23-2148323531.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-outdoors_23-2148323531.jpg?_wi=1", imageAlt: "Fashion model in elegant designer clothing", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-tailor-working-studio_23-2148834147.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-tailor-working-studio_23-2148834147.jpg?_wi=1", imageAlt: "Luxury clothing collection on display", }, { @@ -166,7 +166,7 @@ export default function LandingPage() { imageAlt: "AI-driven style recommendations interface", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-outdoors_23-2148323531.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-outdoors_23-2148323531.jpg?_wi=2", imageAlt: "touch screen fashion gallery ui", }, { @@ -183,7 +183,7 @@ export default function LandingPage() { imageAlt: "Augmented reality clothing try-on", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-tailor-working-studio_23-2148834147.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-tailor-working-studio_23-2148834147.jpg?_wi=2", imageAlt: "touch screen fashion gallery ui", }, ]} -- 2.49.1