Update src/app/menu/page.tsx

This commit is contained in:
2026-03-16 08:13:36 +00:00
parent be2bf0629f
commit cb3d85331b

View File

@@ -54,42 +54,42 @@ export default function MenuPage() {
id: "burger-1",
name: "Stellar Burger",
price: "$18.99",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegetarian-burger-plate-with-copy-space_23-2148784529.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegetarian-burger-plate-with-copy-space_23-2148784529.jpg?_wi=2",
imageAlt: "premium gourmet burger",
},
{
id: "burger-2",
name: "Prime Angus Burger",
price: "$22.99",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegetarian-burger-plate-with-copy-space_23-2148784529.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegetarian-burger-plate-with-copy-space_23-2148784529.jpg?_wi=3",
imageAlt: "angus burger premium",
},
{
id: "pizza-1",
name: "Cosmic Pizza",
price: "$22.50",
imageSrc: "http://img.b2bpic.net/free-photo/food-catering-bread-pizzas-menu_624325-1355.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/food-catering-bread-pizzas-menu_624325-1355.jpg?_wi=2",
imageAlt: "wood-fired pizza",
},
{
id: "pizza-2",
name: "Truffle Infusion",
price: "$28.99",
imageSrc: "http://img.b2bpic.net/free-photo/food-catering-bread-pizzas-menu_624325-1355.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/food-catering-bread-pizzas-menu_624325-1355.jpg?_wi=3",
imageAlt: "truffle pizza",
},
{
id: "momo-1",
name: "Nebula Momos",
price: "$12.99",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-steamed-buns-with-copyspace_23-2148297963.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-steamed-buns-with-copyspace_23-2148297963.jpg?_wi=2",
imageAlt: "authentic momos",
},
{
id: "momo-2",
name: "Spicy Dragon Momos",
price: "$14.99",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-steamed-buns-with-copyspace_23-2148297963.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-steamed-buns-with-copyspace_23-2148297963.jpg?_wi=3",
imageAlt: "spicy momos",
},
]}
@@ -112,7 +112,7 @@ export default function MenuPage() {
description:
"Handcrafted burgers featuring premium beef, gourmet toppings, and house-made sauces. Each burger is a masterpiece.",
tags: ["Beef", "Premium", "Classic"],
imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegetarian-burger-plate-with-copy-space_23-2148784529.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegetarian-burger-plate-with-copy-space_23-2148784529.jpg?_wi=4",
imageAlt: "artisan burgers",
},
{
@@ -122,7 +122,7 @@ export default function MenuPage() {
description:
"Authentic Italian-style pizzas baked in our traditional wood-fired oven. Crispy crust, premium toppings, perfect every time.",
tags: ["Italian", "Authentic", "Fresh"],
imageSrc: "http://img.b2bpic.net/free-photo/food-catering-bread-pizzas-menu_624325-1355.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/food-catering-bread-pizzas-menu_624325-1355.jpg?_wi=4",
imageAlt: "wood-fired pizzas",
},
{
@@ -132,7 +132,7 @@ export default function MenuPage() {
description:
"Authentic momos, dumplings, and pan-Asian dishes prepared with traditional techniques and premium ingredients.",
tags: ["Asian", "Traditional", "Authentic"],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-steamed-buns-with-copyspace_23-2148297963.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-steamed-buns-with-copyspace_23-2148297963.jpg?_wi=4",
imageAlt: "asian specialties",
},
{
@@ -142,7 +142,7 @@ export default function MenuPage() {
description:
"Specialty coffees, craft teas, and unique drink creations. From espresso to artisanal lattes, we have it all.",
tags: ["Coffee", "Tea", "Specialty"],
imageSrc: "http://img.b2bpic.net/free-photo/milk-poured-into-transparent-glass_23-2148349577.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/milk-poured-into-transparent-glass_23-2148349577.jpg?_wi=2",
imageAlt: "premium beverages",
},
]}