From 0cde71a623dba78b18f574bb381329d042df1032 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 11:26:22 +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 1e214ad..1007da2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,19 +49,19 @@ export default function SborroPage() { background={{ variant: "sparkles-gradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-wood-barbecue-grill_23-2147841059.jpg", imageAlt: "Sborro premium chocolate snack" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-wood-barbecue-grill_23-2147841059.jpg?_wi=1", imageAlt: "Sborro premium chocolate snack" }, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-gourmet-food-chocolate-with-pepper-isolated-white-background_185193-110823.jpg", imageAlt: "Dark chocolate bar" + imageSrc: "http://img.b2bpic.net/free-photo/delicious-gourmet-food-chocolate-with-pepper-isolated-white-background_185193-110823.jpg?_wi=1", imageAlt: "Dark chocolate bar" }, { - imageSrc: "http://img.b2bpic.net/free-photo/homemade-cake-brown-plate-with-tablecloth-high-quality-photo_114579-67954.jpg", imageAlt: "Milk chocolate treat" + imageSrc: "http://img.b2bpic.net/free-photo/homemade-cake-brown-plate-with-tablecloth-high-quality-photo_114579-67954.jpg?_wi=1", imageAlt: "Milk chocolate treat" }, { - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-candies-coffee-nuts-wood_176420-7422.jpg", imageAlt: "Hazelnut chocolate snack" + imageSrc: "http://img.b2bpic.net/free-photo/chocolate-candies-coffee-nuts-wood_176420-7422.jpg?_wi=1", imageAlt: "Hazelnut chocolate snack" }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-wood-barbecue-grill_23-2147841059.jpg", imageAlt: "Chocolate indulgence" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-wood-barbecue-grill_23-2147841059.jpg?_wi=2", imageAlt: "Chocolate indulgence" }, ]} buttons={[ @@ -83,13 +83,13 @@ export default function SborroPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Dark Chocolate Delight", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-gourmet-food-chocolate-with-pepper-isolated-white-background_185193-110823.jpg", imageAlt: "Dark Chocolate Delight" + id: "1", name: "Dark Chocolate Delight", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-gourmet-food-chocolate-with-pepper-isolated-white-background_185193-110823.jpg?_wi=2", imageAlt: "Dark Chocolate Delight" }, { - id: "2", name: "Creamy Milk Chocolate", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/homemade-cake-brown-plate-with-tablecloth-high-quality-photo_114579-67954.jpg", imageAlt: "Creamy Milk Chocolate" + id: "2", name: "Creamy Milk Chocolate", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/homemade-cake-brown-plate-with-tablecloth-high-quality-photo_114579-67954.jpg?_wi=2", imageAlt: "Creamy Milk Chocolate" }, { - id: "3", name: "Hazelnut Dream Bar", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-candies-coffee-nuts-wood_176420-7422.jpg", imageAlt: "Hazelnut Dream Bar" + id: "3", name: "Hazelnut Dream Bar", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-candies-coffee-nuts-wood_176420-7422.jpg?_wi=2", imageAlt: "Hazelnut Dream Bar" }, ]} /> @@ -124,15 +124,15 @@ export default function SborroPage() { }, { id: "2", title: "Artisanal Craftsmanship", tags: ["Handmade", "Premium"], - imageSrc: "http://img.b2bpic.net/free-photo/delicious-gourmet-food-chocolate-with-pepper-isolated-white-background_185193-110823.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/delicious-gourmet-food-chocolate-with-pepper-isolated-white-background_185193-110823.jpg?_wi=3" }, { id: "3", title: "No Artificial Additives", tags: ["Natural", "Pure"], - imageSrc: "http://img.b2bpic.net/free-photo/homemade-cake-brown-plate-with-tablecloth-high-quality-photo_114579-67954.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/homemade-cake-brown-plate-with-tablecloth-high-quality-photo_114579-67954.jpg?_wi=3" }, { id: "4", title: "Delightful Flavors", tags: ["Unique", "Gourmet"], - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-candies-coffee-nuts-wood_176420-7422.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/chocolate-candies-coffee-nuts-wood_176420-7422.jpg?_wi=3" }, ]} /> -- 2.49.1