From c04114f76f468c066268cc96d68ce160cba4dd26 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 06:27:22 +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 c499343..46663af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,27 +61,27 @@ export default function LandingPage() { description="Discover curated collections designed for your everyday lifestyle. Premium quality, delivered to your doorstep." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8591.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8591.jpg?_wi=1", imageAlt: "Fashion product 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-stylish-girls-street-with-shopping-bags_1157-28126.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-stylish-girls-street-with-shopping-bags_1157-28126.jpg?_wi=1", imageAlt: "Fashion product 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/business_23-2148006299.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business_23-2148006299.jpg?_wi=1", imageAlt: "Fashion product 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8591.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8591.jpg?_wi=2", imageAlt: "Fashion product 4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-stylish-girls-street-with-shopping-bags_1157-28126.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-stylish-girls-street-with-shopping-bags_1157-28126.jpg?_wi=2", imageAlt: "Fashion product 5", }, { - imageSrc: "http://img.b2bpic.net/free-photo/business_23-2148006299.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business_23-2148006299.jpg?_wi=2", imageAlt: "Fashion product 6", }, ]}