From b5c8023f653d69a454037211fdf098ede35ed3d3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 17:22:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c3df87..0987f22 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,23 +71,23 @@ export default function LandingPage() { imageAlt: "Pane fresco artigianale", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-bread-recipe-idea_53876-105983.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-bread-recipe-idea_53876-105983.jpg?_wi=1", imageAlt: "Selezione di pani", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-basket_23-2149629043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-basket_23-2149629043.jpg?_wi=1", imageAlt: "Cornetti artigianali", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-olives_23-2148925152.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-olives_23-2148925152.jpg?_wi=1", imageAlt: "Rosticceria gourmet", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fingers-pointing-dessert_23-2149356030.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fingers-pointing-dessert_23-2149356030.jpg?_wi=1", imageAlt: "Pasticceria artigianale", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-tacos-arrangement_23-2150799477.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-tacos-arrangement_23-2150799477.jpg?_wi=1", imageAlt: "Specialità salate", }, ]} @@ -119,7 +119,7 @@ export default function LandingPage() { price: "4.50€/kg", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-bread-recipe-idea_53876-105983.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-bread-recipe-idea_53876-105983.jpg?_wi=2", }, { id: "p2", @@ -128,7 +128,7 @@ export default function LandingPage() { price: "1.20€", rating: 5, reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-basket_23-2149629043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-basket_23-2149629043.jpg?_wi=2", }, { id: "p3", @@ -137,7 +137,7 @@ export default function LandingPage() { price: "2.50€", rating: 4, reviewCount: "210", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-olives_23-2148925152.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-olives_23-2148925152.jpg?_wi=2", }, { id: "p4", @@ -146,7 +146,7 @@ export default function LandingPage() { price: "12€/kg", rating: 5, reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fingers-pointing-dessert_23-2149356030.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fingers-pointing-dessert_23-2149356030.jpg?_wi=2", }, { id: "p5", @@ -155,7 +155,7 @@ export default function LandingPage() { price: "2.00€", rating: 5, reviewCount: "340", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-tacos-arrangement_23-2150799477.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-tacos-arrangement_23-2150799477.jpg?_wi=2", }, { id: "p6", -- 2.49.1