From c2d89c9ed063a8b05198fca72e9fc8965198cc39 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 13:54:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f6e6dab..bc2dfad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,10 +47,10 @@ export default function GelateriaDelParco() { tagAnimation="slide-up" background={{ variant: "radial-gradient" }} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-ice-creams-xmas-tree-cupcake-xmas-ornaments-grey-background_140725-108088.jpg", imageAlt: "Gelato artigianale fresco" }, - { imageSrc: "http://img.b2bpic.net/free-photo/mint-ice-cream-scoop_23-2149450735.jpg", imageAlt: "Gelato pistacchio cremoso" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-spoon-with-tasty-chocolate-mousse_23-2148622338.jpg", imageAlt: "Gelato cioccolato fondente" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-ice-cream-with-blueberries_23-2148425449.jpg", imageAlt: "Affogato al caffè" }, + { imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-ice-creams-xmas-tree-cupcake-xmas-ornaments-grey-background_140725-108088.jpg?_wi=1", imageAlt: "Gelato artigianale fresco" }, + { imageSrc: "http://img.b2bpic.net/free-photo/mint-ice-cream-scoop_23-2149450735.jpg?_wi=1", imageAlt: "Gelato pistacchio cremoso" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-spoon-with-tasty-chocolate-mousse_23-2148622338.jpg?_wi=1", imageAlt: "Gelato cioccolato fondente" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-ice-cream-with-blueberries_23-2148425449.jpg?_wi=1", imageAlt: "Affogato al caffè" }, { imageSrc: "http://img.b2bpic.net/free-photo/sport-concept-little-sport-runner-boy-sit-track-take-deep-breath-feel-tired-bored_1258-104030.jpg", imageAlt: "Atmosfera al parco" } ]} mediaAnimation="slide-up" @@ -88,12 +88,12 @@ export default function GelateriaDelParco() { tag="Menu Completo" tagAnimation="slide-up" products={[ - { id: "1", name: "Gelato Pistacchio", price: "€3,50", imageSrc: "http://img.b2bpic.net/free-photo/mint-ice-cream-scoop_23-2149450735.jpg", imageAlt: "Gelato pistacchio" }, - { id: "2", name: "Gelato Cioccolato", price: "€3,50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-spoon-with-tasty-chocolate-mousse_23-2148622338.jpg", imageAlt: "Gelato cioccolato fondente" }, + { id: "1", name: "Gelato Pistacchio", price: "€3,50", imageSrc: "http://img.b2bpic.net/free-photo/mint-ice-cream-scoop_23-2149450735.jpg?_wi=2", imageAlt: "Gelato pistacchio" }, + { id: "2", name: "Gelato Cioccolato", price: "€3,50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-spoon-with-tasty-chocolate-mousse_23-2148622338.jpg?_wi=2", imageAlt: "Gelato cioccolato fondente" }, { id: "3", name: "Caramello Salato", price: "€3,50", imageSrc: "http://img.b2bpic.net/free-photo/cream-chocolate-ice-cream-cone-with-hazelnut-almond-dark-colored-background_463209-143.jpg", imageAlt: "Gelato caramello salato" }, - { id: "4", name: "Affogato al Caffè", price: "€4,50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-ice-cream-with-blueberries_23-2148425449.jpg", imageAlt: "Affogato gelato caffè" }, + { id: "4", name: "Affogato al Caffè", price: "€4,50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-ice-cream-with-blueberries_23-2148425449.jpg?_wi=2", imageAlt: "Affogato gelato caffè" }, { id: "5", name: "Torta Gelato", price: "€12,00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cake-slice-with-spoon_23-2148579282.jpg", imageAlt: "Torta gelato artigianale" }, - { id: "6", name: "Gelato Vegano", price: "€3,50", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-ice-creams-xmas-tree-cupcake-xmas-ornaments-grey-background_140725-108088.jpg", imageAlt: "Gelato vegano opzione" } + { id: "6", name: "Gelato Vegano", price: "€3,50", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-ice-creams-xmas-tree-cupcake-xmas-ornaments-grey-background_140725-108088.jpg?_wi=2", imageAlt: "Gelato vegano opzione" } ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" -- 2.49.1