From a4de62c2a9aabaf8351670fa2b30572f5a7c2427 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 21:01:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1056827..03b8a46 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,7 +109,7 @@ export default function LandingPage() { }, { id: "wine", title: "Vini Selezionati", descriptions: ["Selezione di vini bianchi e rossi per accompagnare perfettamente i nostri piatti di pesce."], - imageSrc: "http://img.b2bpic.net/free-photo/seafood-meal-with-wine-glasses_23-2148290491.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/seafood-meal-with-wine-glasses_23-2148290491.jpg?_wi=1" } ]} /> @@ -123,7 +123,7 @@ export default function LandingPage() { useInvertedBackground={false} imagePosition="right" mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/soup-with-noodles-glass-wine_140725-2890.jpg" + imageSrc="http://img.b2bpic.net/free-photo/soup-with-noodles-glass-wine_140725-2890.jpg?_wi=1" imageAlt="Interno elegante del Ristorante All'Ancora" bulletPoints={[ { @@ -207,13 +207,13 @@ export default function LandingPage() { animationType="opacity" products={[ { - id: "location", name: "Ubicazione", price: "Roverbella, MN", imageSrc: "http://img.b2bpic.net/free-photo/soup-with-noodles-glass-wine_140725-2890.jpg" + id: "location", name: "Ubicazione", price: "Roverbella, MN", imageSrc: "http://img.b2bpic.net/free-photo/soup-with-noodles-glass-wine_140725-2890.jpg?_wi=2" }, { - id: "phone", name: "Telefono", price: "0376 693170", imageSrc: "http://img.b2bpic.net/free-photo/seafood-meal-with-wine-glasses_23-2148290491.jpg" + id: "phone", name: "Telefono", price: "0376 693170", imageSrc: "http://img.b2bpic.net/free-photo/seafood-meal-with-wine-glasses_23-2148290491.jpg?_wi=2" }, { - id: "hours", name: "Orari", price: "12:00 - 23:00", imageSrc: "http://img.b2bpic.net/free-photo/soup-with-noodles-glass-wine_140725-2890.jpg" + id: "hours", name: "Orari", price: "12:00 - 23:00", imageSrc: "http://img.b2bpic.net/free-photo/soup-with-noodles-glass-wine_140725-2890.jpg?_wi=3" } ]} /> -- 2.49.1