From 50242d43e563c1ddb0f1324b3062da7507a2be74 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 16:27:56 +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 84b4a1b..1542b0a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,11 +68,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/empty-trendy-clothing-store-selling-fashionable-items-shoes_482257-93115.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-trendy-clothing-store-selling-fashionable-items-shoes_482257-93115.jpg?_wi=1", imageAlt: "luxury clothing store interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-matchsticks-with-geometric-shapes_23-2149600202.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-matchsticks-with-geometric-shapes_23-2149600202.jpg?_wi=1", imageAlt: "luxury bag studio photography", }, { @@ -211,7 +211,7 @@ export default function LandingPage() { button: { text: "Choose", }, - imageSrc: "http://img.b2bpic.net/free-photo/empty-trendy-clothing-store-selling-fashionable-items-shoes_482257-93115.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-trendy-clothing-store-selling-fashionable-items-shoes_482257-93115.jpg?_wi=2", imageAlt: "premium clothing fabric texture", }, { @@ -227,7 +227,7 @@ export default function LandingPage() { button: { text: "Choose", }, - imageSrc: "http://img.b2bpic.net/free-photo/view-matchsticks-with-geometric-shapes_23-2149600202.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-matchsticks-with-geometric-shapes_23-2149600202.jpg?_wi=2", imageAlt: "premium clothing fabric texture", }, ]} -- 2.49.1