From cef5ac8e268068cfc010f2671951f4f244ec36e9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 15:59:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b652e2..94f7065 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/stone-walled-restaurant-top-lighting_140725-9731.jpg" + imageSrc="http://img.b2bpic.net/free-photo/stone-walled-restaurant-top-lighting_140725-9731.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -84,22 +84,22 @@ export default function LandingPage() { title: "Carne alla griglia top", description: "Carne tenera, saporita e cotta alla perfezione per un'esperienza unica.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/meat-vegetables-grilling-hot-coals_23-2148167548.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/meat-vegetables-grilling-hot-coals_23-2148167548.jpg?_wi=1", }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/stone-walled-restaurant-top-lighting_140725-9731.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stone-walled-restaurant-top-lighting_140725-9731.jpg?_wi=2", imageAlt: "turkish kebab delicious meat plate", }, { title: "Kebab di qualità", description: "Preparato con ingredienti freschi e seguendo ricette artigianali autentiche.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetables-sliced-fresh-whole-grey-floor_140725-13788.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetables-sliced-fresh-whole-grey-floor_140725-13788.jpg?_wi=1", }, items: [], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/meat-vegetables-grilling-hot-coals_23-2148167548.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/meat-vegetables-grilling-hot-coals_23-2148167548.jpg?_wi=2", imageAlt: "grilled meat kebab cooking", }, { @@ -110,7 +110,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetables-sliced-fresh-whole-grey-floor_140725-13788.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetables-sliced-fresh-whole-grey-floor_140725-13788.jpg?_wi=2", imageAlt: "fresh handmade kebab ingredients", }, ]} -- 2.49.1