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