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" } ]} />