From 5dc836d2bec252bb9c7948cf1e2ffb46e910ae51 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 15:57:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9104abb..ecbdd25 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,23 +61,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-online-shopping-concept_23-2148589782.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-online-shopping-concept_23-2148589782.jpg?_wi=1", imageAlt: "Minimalist white store display", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-reusable-bag-with-thermos_23-2148666803.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-reusable-bag-with-thermos_23-2148666803.jpg?_wi=1", imageAlt: "Clean modern aesthetic", }, { - imageSrc: "http://img.b2bpic.net/free-photo/vintage-bottle-opened-cork-with-milk-aged-wooden-table-near-whiskey-rox-transparent-glass-three-ceramic-plates-isolated-white_346278-1419.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vintage-bottle-opened-cork-with-milk-aged-wooden-table-near-whiskey-rox-transparent-glass-three-ceramic-plates-isolated-white_346278-1419.jpg?_wi=1", imageAlt: "Premium goods collection", }, { - imageSrc: "http://img.b2bpic.net/free-photo/computer-mouse-paper-bag-blue-background-top-view_169016-43524.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/computer-mouse-paper-bag-blue-background-top-view_169016-43524.jpg?_wi=1", imageAlt: "Minimalist accessories", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-zero-waste-food-containers_23-2149316586.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-zero-waste-food-containers_23-2149316586.jpg?_wi=1", imageAlt: "Elegant lifestyle items", }, ]} @@ -96,21 +96,21 @@ export default function LandingPage() { name: "Premium Goods A", price: "$99", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vintage-bottle-opened-cork-with-milk-aged-wooden-table-near-whiskey-rox-transparent-glass-three-ceramic-plates-isolated-white_346278-1419.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vintage-bottle-opened-cork-with-milk-aged-wooden-table-near-whiskey-rox-transparent-glass-three-ceramic-plates-isolated-white_346278-1419.jpg?_wi=2", }, { id: "2", name: "Minimalist Accessory", price: "$45", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/computer-mouse-paper-bag-blue-background-top-view_169016-43524.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/computer-mouse-paper-bag-blue-background-top-view_169016-43524.jpg?_wi=2", }, { id: "3", name: "Elegant Item", price: "$120", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-zero-waste-food-containers_23-2149316586.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-zero-waste-food-containers_23-2149316586.jpg?_wi=2", }, { id: "4", @@ -150,7 +150,7 @@ export default function LandingPage() { "Reliable", "Worldwide", ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-online-shopping-concept_23-2148589782.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-online-shopping-concept_23-2148589782.jpg?_wi=2", imageAlt: "minimalist white e-commerce hero shot", }, { @@ -160,7 +160,7 @@ export default function LandingPage() { "Sustainable", "Green", ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-reusable-bag-with-thermos_23-2148666803.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-reusable-bag-with-thermos_23-2148666803.jpg?_wi=2", imageAlt: "white space shopping concept", }, { @@ -170,7 +170,7 @@ export default function LandingPage() { "Handcrafted", "Tested", ], - imageSrc: "http://img.b2bpic.net/free-photo/vintage-bottle-opened-cork-with-milk-aged-wooden-table-near-whiskey-rox-transparent-glass-three-ceramic-plates-isolated-white_346278-1419.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vintage-bottle-opened-cork-with-milk-aged-wooden-table-near-whiskey-rox-transparent-glass-three-ceramic-plates-isolated-white_346278-1419.jpg?_wi=3", imageAlt: "white product box high quality", }, ]}