Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-08 13:54:47 +00:00

View File

@@ -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"