From 6db1ca81cfc7c0d4ba54cee15e834e7925cfd18f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:40:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2778921..e889128 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg", imageAlt: "Elegante interno del ristorante" }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-making-pasta-near-rolling-pin_23-2148360860.jpg", imageAlt: "Piatto signature di pasta fresca" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-making-pasta-near-rolling-pin_23-2148360860.jpg?_wi=1", imageAlt: "Piatto signature di pasta fresca" }, ]} rating={5} @@ -112,7 +112,7 @@ export default function HomePage() { id: "1", name: "Babà al Rum", price: "€8,00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-portioned-layered-cacao-cake-with-white-cream-chocolate-pieces_141793-2162.jpg", imageAlt: "Babà al rum - Dolce signature" }, { - id: "2", name: "Pasta Fresca Fatta in Casa", price: "€16,00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-making-pasta-near-rolling-pin_23-2148360860.jpg", imageAlt: "Pasta fresca preparata quotidianamente" + id: "2", name: "Pasta Fresca Fatta in Casa", price: "€16,00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-making-pasta-near-rolling-pin_23-2148360860.jpg?_wi=2", imageAlt: "Pasta fresca preparata quotidianamente" }, { id: "3", name: "Ingredienti Freschi Selezionati", price: "Quotidiano", imageSrc: "http://img.b2bpic.net/free-photo/cheese-different-vegetables_23-2147694279.jpg", imageAlt: "Mercato dei prodotti freschi" -- 2.49.1