From 80bfc152b2b7f187aa29c9f2ae8eb2ea020ce52b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 17:39:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f2fbf3..9b21ff6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,7 +87,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "dark-truffle", name: "Dark Chocolate Truffle", price: "€8.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-collection-delicious-desserts_23-2148622271.jpg", imageAlt: "Premium dark chocolate truffle" + id: "dark-truffle", name: "Dark Chocolate Truffle", price: "€8.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-collection-delicious-desserts_23-2148622271.jpg?_wi=1", imageAlt: "Premium dark chocolate truffle" }, { id: "milk-smooth", name: "Smooth Milk Chocolate", price: "€7.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-bar-with-dried-fruits-cookies_23-2148542484.jpg", imageAlt: "Artisanal milk chocolate bonbon" @@ -119,10 +119,10 @@ export default function LandingPage() { { id: 1, title: "Premium Sourcing", description: "We select only the finest cocoa beans and ingredients from ethical suppliers worldwide.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/measuring-spoon-with-cocoa-powder-crushed-chocolate-bar-chopping-board_23-2147867184.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/measuring-spoon-with-cocoa-powder-crushed-chocolate-bar-chopping-board_23-2147867184.jpg?_wi=1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-muffin-hazelnuts_23-2148148802.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/chocolate-muffin-hazelnuts_23-2148148802.jpg?_wi=1" } }, { @@ -131,16 +131,16 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/putting-flaming-candles-around-chocolate-box-piece-wood_114579-4789.jpg" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/measuring-spoon-with-cocoa-powder-crushed-chocolate-bar-chopping-board_23-2147867184.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/measuring-spoon-with-cocoa-powder-crushed-chocolate-bar-chopping-board_23-2147867184.jpg?_wi=2" } }, { id: 3, title: "Quality Assurance", description: "Every batch undergoes rigorous quality checks to ensure perfection in taste and presentation.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-muffin-hazelnuts_23-2148148802.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/chocolate-muffin-hazelnuts_23-2148148802.jpg?_wi=2" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-collection-delicious-desserts_23-2148622271.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-collection-delicious-desserts_23-2148622271.jpg?_wi=2" } } ]}