From 5a825ffbf4754e5ee381713288ce0cec78ddd2b8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:51:16 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a810384..7c8547f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,7 +90,7 @@ export default function LandingPage() { href: "https://wa.me/39011733085", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -149,17 +149,17 @@ export default function LandingPage() { { title: "Piatti di terra", description: "Vitello tonnato e agnolotti piemontesi.", - imageSrc: "http://img.b2bpic.net/free-photo/seared-tuna-coated-with-sesame-seeds-with-sauce-close-up_1147-538.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/seared-tuna-coated-with-sesame-seeds-with-sauce-close-up_1147-538.jpg?_wi=1", }, { title: "Piatti di mare", description: "Spaghetti allo scoglio con pesce fresco.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-seafood-spaghetti-with-mussels-shrimp-tomato-sauce-parsley_141793-2167.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-seafood-spaghetti-with-mussels-shrimp-tomato-sauce-parsley_141793-2167.jpg?_wi=1", }, { title: "Pizza artigianale", description: "Impasto a lunga lievitazione e ingredienti gourmet.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-pizza-wooden-board-glass-white-wine-slice-os-bread-cheese-green-tomatoes-little-white-bowl_176474-120143.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-pizza-wooden-board-glass-white-wine-slice-os-bread-cheese-green-tomatoes-little-white-bowl_176474-120143.jpg?_wi=1", }, ]} title="I nostri piatti forti" -- 2.49.1 From eb28eeae43a2815ab42ffdf445484987d5411ee7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:51:17 +0000 Subject: [PATCH 2/2] Update src/app/recensioni/page.tsx --- src/app/recensioni/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/recensioni/page.tsx b/src/app/recensioni/page.tsx index 1688930..f85b61d 100644 --- a/src/app/recensioni/page.tsx +++ b/src/app/recensioni/page.tsx @@ -79,7 +79,7 @@ export default function LandingPage() { quote: "Personale gentile e ambiente accogliente.", tag: "Ottimo", avatarSrc: "asset://testimonial-2", - imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg?_wi=2", imageAlt: "retro italian restaurant decor", }, { @@ -90,7 +90,7 @@ export default function LandingPage() { quote: "Prezzi nella media e qualità alta.", tag: "Soddisfatto", avatarSrc: "asset://testimonial-3", - imageSrc: "http://img.b2bpic.net/free-photo/seared-tuna-coated-with-sesame-seeds-with-sauce-close-up_1147-538.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/seared-tuna-coated-with-sesame-seeds-with-sauce-close-up_1147-538.jpg?_wi=2", imageAlt: "retro italian restaurant decor", }, { @@ -101,7 +101,7 @@ export default function LandingPage() { quote: "Agnolotti pazzeschi, tornerò presto.", tag: "Preferito", avatarSrc: "asset://testimonial-4", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-seafood-spaghetti-with-mussels-shrimp-tomato-sauce-parsley_141793-2167.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-seafood-spaghetti-with-mussels-shrimp-tomato-sauce-parsley_141793-2167.jpg?_wi=2", imageAlt: "retro italian restaurant decor", }, { @@ -112,7 +112,7 @@ export default function LandingPage() { quote: "Pizza leggera e ingredienti freschi.", tag: "Eccellente", avatarSrc: "asset://testimonial-5", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-pizza-wooden-board-glass-white-wine-slice-os-bread-cheese-green-tomatoes-little-white-bowl_176474-120143.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-pizza-wooden-board-glass-white-wine-slice-os-bread-cheese-green-tomatoes-little-white-bowl_176474-120143.jpg?_wi=2", imageAlt: "retro italian restaurant decor", }, ]} @@ -143,7 +143,7 @@ export default function LandingPage() { quote: "Servizio top", name: "Sara", role: "Turista", - imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg?_wi=3", imageAlt: "Herring salad with sour cream sauce", }, ]} -- 2.49.1