From 09ecba3c60c2d25fcce5721114faea467f3286b6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:39:43 +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 32b2e88..55e7579 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,32 +66,32 @@ export default function HomePage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-shopping-mall_53876-46893.jpg", + 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", + 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", + 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", + 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", + 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", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-buying-panettone-supermarket_171337-2403.jpg?_wi=1", imageAlt: "Multicultural variety", }, ]} @@ -120,7 +120,7 @@ export default function HomePage() { name: "Premium Asian Beverage Collection", price: "$12.99", variant: "Mixed Flavors • 6 Pack", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-with-drinks_23-2149128350.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-with-drinks_23-2149128350.jpg?_wi=2", imageAlt: "Asian beverages collection", isFavorited: false, }, @@ -129,7 +129,7 @@ export default function HomePage() { name: "European Coffee & Tea Set", price: "$15.49", variant: "Assorted • Premium", - imageSrc: "http://img.b2bpic.net/free-photo/rows-columns-colourful-bottles_23-2148301296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rows-columns-colourful-bottles_23-2148301296.jpg?_wi=2", imageAlt: "European coffee and tea", isFavorited: false, }, @@ -138,7 +138,7 @@ export default function HomePage() { name: "Latin American Specialty Drinks", price: "$14.99", variant: "Traditional • Authentic", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-different-drinks-colorful-inside-bottles_140725-14407.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-different-drinks-colorful-inside-bottles_140725-14407.jpg?_wi=1", imageAlt: "Latin American drinks", isFavorited: false, }, @@ -147,7 +147,7 @@ export default function HomePage() { name: "Global Snack Variety Box", price: "$18.99", variant: "20 Items • Mixed", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-near-labelled-lunchbox_23-2147866382.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-near-labelled-lunchbox_23-2147866382.jpg?_wi=3", imageAlt: "Global snack assortment", isFavorited: false, }, @@ -156,7 +156,7 @@ export default function HomePage() { name: "Middle Eastern Delicacies", price: "$16.49", variant: "Premium Selection • 8 Items", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-near-labelled-lunchbox_23-2147866382.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-near-labelled-lunchbox_23-2147866382.jpg?_wi=4", imageAlt: "Middle Eastern specialties", isFavorited: false, }, @@ -165,7 +165,7 @@ export default function HomePage() { name: "African Heritage Products", price: "$13.99", variant: "Authentic • Traditional", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-buying-panettone-supermarket_171337-2403.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-buying-panettone-supermarket_171337-2403.jpg?_wi=2", imageAlt: "African specialty products", isFavorited: false, }, @@ -298,7 +298,7 @@ export default function HomePage() { description="Subscribe to our newsletter and get early access to new multicultural products, special discounts, and cultural insights delivered to your inbox." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/group-friends-shopping-mall_53876-46893.jpg" + imageSrc="http://img.b2bpic.net/free-photo/group-friends-shopping-mall_53876-46893.jpg?_wi=2" imageAlt="Diverse marketplace community" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From 3762fca9bfa0ce47a8a04442a69160604b1c99da Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:39:44 +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 c358915..c9c0005 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -50,7 +50,7 @@ export default function ProductsPage() { name: "Premium Asian Beverage Collection", price: "$12.99", variant: "Mixed Flavors • 6 Pack", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-with-drinks_23-2149128350.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-with-drinks_23-2149128350.jpg?_wi=3", imageAlt: "Asian beverages collection", isFavorited: false, }, @@ -59,7 +59,7 @@ export default function ProductsPage() { name: "European Coffee & Tea Set", price: "$15.49", variant: "Assorted • Premium", - imageSrc: "http://img.b2bpic.net/free-photo/rows-columns-colourful-bottles_23-2148301296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rows-columns-colourful-bottles_23-2148301296.jpg?_wi=3", imageAlt: "European coffee and tea", isFavorited: false, }, @@ -68,7 +68,7 @@ export default function ProductsPage() { name: "Latin American Specialty Drinks", price: "$14.99", variant: "Traditional • Authentic", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-different-drinks-colorful-inside-bottles_140725-14407.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-different-drinks-colorful-inside-bottles_140725-14407.jpg?_wi=2", imageAlt: "Latin American drinks", isFavorited: false, }, @@ -77,7 +77,7 @@ export default function ProductsPage() { name: "Global Snack Variety Box", price: "$18.99", variant: "20 Items • Mixed", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-near-labelled-lunchbox_23-2147866382.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-near-labelled-lunchbox_23-2147866382.jpg?_wi=5", imageAlt: "Global snack assortment", isFavorited: false, }, @@ -86,7 +86,7 @@ export default function ProductsPage() { name: "Middle Eastern Delicacies", price: "$16.49", variant: "Premium Selection • 8 Items", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-near-labelled-lunchbox_23-2147866382.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-near-labelled-lunchbox_23-2147866382.jpg?_wi=6", imageAlt: "Middle Eastern specialties", isFavorited: false, }, @@ -95,7 +95,7 @@ export default function ProductsPage() { name: "African Heritage Products", price: "$13.99", variant: "Authentic • Traditional", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-buying-panettone-supermarket_171337-2403.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-buying-panettone-supermarket_171337-2403.jpg?_wi=3", imageAlt: "African specialty products", isFavorited: false, }, -- 2.49.1