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", }, ]}