diff --git a/src/app/page.tsx b/src/app/page.tsx index 20e97ef..020de14 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,10 +85,10 @@ export default function LandingPage() { title: "Pizza Artigianale", description: "Pizza cotta nel forno a legna con impasto fatto in casa, condimenti freschi e un'atmosfera accogliente.", icon: Flame, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-putting-mozzarella-baked-pizza-dough-with-smoked-salmon-slices_23-2148785701.jpg", imageAlt: "Pizza artigianale nel forno" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-putting-mozzarella-baked-pizza-dough-with-smoked-salmon-slices_23-2148785701.jpg?_wi=1", imageAlt: "Pizza artigianale nel forno" }, { - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-with-two-couches-near-window_140725-8459.jpg", imageAlt: "Interno del ristorante" + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-with-two-couches-near-window_140725-8459.jpg?_wi=1", imageAlt: "Interno del ristorante" }, ], }, @@ -96,10 +96,10 @@ export default function LandingPage() { title: "Piatti Tradizionali", description: "Pasta fatta in casa, ragu genuino e ricette che da generazioni tramandano il sapore della tradizione italiana.", icon: UtensilsCrossed, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-fresh-salad-mushrooms-soup-white-desk_140725-14561.jpg", imageAlt: "Piatti di pasta tradizionali" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-fresh-salad-mushrooms-soup-white-desk_140725-14561.jpg?_wi=1", imageAlt: "Piatti di pasta tradizionali" }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-putting-mozzarella-baked-pizza-dough-with-smoked-salmon-slices_23-2148785701.jpg", imageAlt: "Tavolo con specialità" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-putting-mozzarella-baked-pizza-dough-with-smoked-salmon-slices_23-2148785701.jpg?_wi=2", imageAlt: "Tavolo con specialità" }, ], }, @@ -107,10 +107,10 @@ export default function LandingPage() { title: "Carne alla Brace", description: "Carni scelte, grigliate alla perfezione con fuoco a legna. Un'esperienza di sapori intensi e autentici.", icon: Utensils, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-cheesy-pepperoni-pizza-inside-brick-stone-oven_181624-58518.jpg", imageAlt: "Carne alla brace" + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-cheesy-pepperoni-pizza-inside-brick-stone-oven_181624-58518.jpg?_wi=1", imageAlt: "Carne alla brace" }, { - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-with-two-couches-near-window_140725-8459.jpg", imageAlt: "Sala del ristorante" + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-with-two-couches-near-window_140725-8459.jpg?_wi=2", imageAlt: "Sala del ristorante" }, ], }, @@ -118,10 +118,10 @@ export default function LandingPage() { title: "Specialità Locali", description: "Piatti che celebrano la cucina locale con ingredienti a km 0 e ricette che raccontano la storia del territorio.", icon: Chef, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-fresh-salad-mushrooms-soup-white-desk_140725-14561.jpg", imageAlt: "Specialità locali" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-fresh-salad-mushrooms-soup-white-desk_140725-14561.jpg?_wi=2", imageAlt: "Specialità locali" }, { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-cheesy-pepperoni-pizza-inside-brick-stone-oven_181624-58518.jpg", imageAlt: "Presentazione piatto" + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-cheesy-pepperoni-pizza-inside-brick-stone-oven_181624-58518.jpg?_wi=2", imageAlt: "Presentazione piatto" }, ], },