From 973673ce68311d23d9d8b85cb6c53369393d418c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:42:09 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a91a902..3758031 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,17 +63,17 @@ export default function HomePage() { buttonAnimation="slide-up" carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-shopping-mall_53876-46893.jpg", imageAlt: "Multicultural marketplace showcase"}, + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-shopping-mall_53876-46893.jpg?_wi=1", imageAlt: "Multicultural marketplace showcase"}, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-with-drinks_23-2149128350.jpg", imageAlt: "Featured drinks collection"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-with-drinks_23-2149128350.jpg?_wi=1", imageAlt: "Featured drinks collection"}, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/rows-columns-colourful-bottles_23-2148301296.jpg", imageAlt: "International beverages"}, + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/rows-columns-colourful-bottles_23-2148301296.jpg?_wi=1", imageAlt: "International beverages"}, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-near-labelled-lunchbox_23-2147866382.jpg", imageAlt: "Specialty snacks"}, + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-near-labelled-lunchbox_23-2147866382.jpg?_wi=1", imageAlt: "Specialty snacks"}, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-near-labelled-lunchbox_23-2147866382.jpg", imageAlt: "Global products"}, + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-near-labelled-lunchbox_23-2147866382.jpg?_wi=2", imageAlt: "Global products"}, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-buying-panettone-supermarket_171337-2403.jpg", imageAlt: "Multicultural variety"}, + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-buying-panettone-supermarket_171337-2403.jpg?_wi=1", imageAlt: "Multicultural variety"}, ]} autoPlay={true} autoPlayInterval={4000} @@ -96,22 +96,22 @@ export default function HomePage() { Date: Thu, 5 Mar 2026 19:42:10 +0000 Subject: [PATCH 2/2] Update src/app/products/page.tsx --- src/app/products/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 0c7ec94..1395f47 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -44,22 +44,22 @@ export default function ProductsPage() {