Update src/app/menu/page.tsx

This commit is contained in:
2026-03-09 21:45:37 +00:00
parent 79dc39f5c1
commit 0da4b95a28

View File

@@ -53,42 +53,42 @@ export default function MenuPage() {
id: "1",
name: "Pizza Margherita",
price: "€5.50",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-pizza-with-tomatoes-with-eggs-glass-milk-flour-table_140725-13969.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-pizza-with-tomatoes-with-eggs-glass-milk-flour-table_140725-13969.jpg?_wi=2",
imageAlt: "Classic Pizza Margherita",
},
{
id: "2",
name: "Pizza al Taglio",
price: "€3.00",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-kid-hands-holding-pizza-slice_23-2148910369.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-kid-hands-holding-pizza-slice_23-2148910369.jpg?_wi=2",
imageAlt: "Pizza al Taglio - by the slice",
},
{
id: "3",
name: "Supplì",
price: "€2.50",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-fried-cutlets-with-cooked-rice-dark-desk-photo-meat-dish-meal_140725-82011.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-fried-cutlets-with-cooked-rice-dark-desk-photo-meat-dish-meal_140725-82011.jpg?_wi=2",
imageAlt: "Traditional Roman Supplì",
},
{
id: "4",
name: "Cacio e Pepe Pizza",
price: "€6.00",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-cheese-pizza-with-eggs-glass-milk-flour-table_140725-13928.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-cheese-pizza-with-eggs-glass-milk-flour-table_140725-13928.jpg?_wi=2",
imageAlt: "Cacio e Pepe Pizza Slice",
},
{
id: "5",
name: "Crostino Pizza",
price: "€4.50",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-slices-arrangement-with-vegetables_23-2148601656.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-slices-arrangement-with-vegetables_23-2148601656.jpg?_wi=2",
imageAlt: "Crostino Pizza",
},
{
id: "6",
name: "Salmon Pizza",
price: "€8.50",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150852091.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150852091.jpg?_wi=2",
imageAlt: "Premium Salmon Pizza",
},
]}
@@ -111,7 +111,7 @@ export default function MenuPage() {
title: "Classic Pizzas",
description: "Traditional Italian pizzas with authentic recipes and premium ingredients. From Margherita to Quattro Formaggi, each pizza is crafted with passion.",
tag: "Traditional",
imageSrc: "http://img.b2bpic.net/free-photo/composition-tasty-traditional-pizza_23-2148921280.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/composition-tasty-traditional-pizza_23-2148921280.jpg?_wi=2",
imageAlt: "Classic Italian pizzas",
},
{
@@ -119,7 +119,7 @@ export default function MenuPage() {
title: "Roman Street Food",
description: "Authentic Roman specialties including Pizza al Taglio (by the slice) and Supplì. Perfect for a quick, satisfying meal that captures the spirit of Rome.",
tag: "Street Food",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-kid-hands-holding-pizza-slice_23-2148910369.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-kid-hands-holding-pizza-slice_23-2148910369.jpg?_wi=3",
imageAlt: "Roman street food specialties",
},
{
@@ -127,7 +127,7 @@ export default function MenuPage() {
title: "Gourmet Selection",
description: "Premium pizzas with special ingredients like fresh salmon, truffle oil, and imported cheeses. Designed for those seeking an elevated pizza experience.",
tag: "Gourmet",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150852091.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150852091.jpg?_wi=3",
imageAlt: "Gourmet premium pizzas",
},
]}