Update src/app/menu/page.tsx

This commit is contained in:
2026-03-06 07:32:24 +00:00
parent 7719a319d4
commit dcc6e1d5ec

View File

@@ -53,28 +53,28 @@ export default function MenuPage() {
id: "1",
name: "Homemade Pancakes",
price: "$8.99",
imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-with-fruits-white-plate_181624-22208.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-with-fruits-white-plate_181624-22208.jpg?_wi=3",
imageAlt: "Stack of homemade pancakes",
},
{
id: "2",
name: "Eggs Benedict",
price: "$10.99",
imageSrc: "http://img.b2bpic.net/free-photo/egg-benedict_74190-5855.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/egg-benedict_74190-5855.jpg?_wi=3",
imageAlt: "Gourmet eggs benedict with hollandaise",
},
{
id: "3",
name: "Ham & Cheese Omelette",
price: "$9.49",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-ham-cheese-omelette_1339-7225.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-ham-cheese-omelette_1339-7225.jpg?_wi=3",
imageAlt: "Fluffy ham and cheese omelette",
},
{
id: "4",
name: "Crispy Hash Browns",
price: "$5.99",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-spanish-tortilla-still-life_23-2150246026.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-spanish-tortilla-still-life_23-2150246026.jpg?_wi=3",
imageAlt: "Golden crispy hash browns",
},
]}
@@ -94,28 +94,28 @@ export default function MenuPage() {
id: "5",
name: "Belgian Waffle Stack",
price: "$11.99",
imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-with-fruits-white-plate_181624-22208.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-with-fruits-white-plate_181624-22208.jpg?_wi=4",
imageAlt: "Belgian waffles with toppings",
},
{
id: "6",
name: "Breakfast Burrito",
price: "$10.49",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-ham-cheese-omelette_1339-7225.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-ham-cheese-omelette_1339-7225.jpg?_wi=4",
imageAlt: "Breakfast burrito with fillings",
},
{
id: "7",
name: "Avocado Toast",
price: "$9.99",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-spanish-tortilla-still-life_23-2150246026.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-spanish-tortilla-still-life_23-2150246026.jpg?_wi=4",
imageAlt: "Avocado toast on multigrain bread",
},
{
id: "8",
name: "French Toast Plate",
price: "$8.99",
imageSrc: "http://img.b2bpic.net/free-photo/egg-benedict_74190-5855.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/egg-benedict_74190-5855.jpg?_wi=4",
imageAlt: "Classic French toast",
},
]}
@@ -135,28 +135,28 @@ export default function MenuPage() {
id: "9",
name: "Premium Coffee",
price: "$2.99",
imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-with-fruits-white-plate_181624-22208.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-with-fruits-white-plate_181624-22208.jpg?_wi=5",
imageAlt: "Cup of premium coffee",
},
{
id: "10",
name: "Fresh Orange Juice",
price: "$3.49",
imageSrc: "http://img.b2bpic.net/free-photo/egg-benedict_74190-5855.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/egg-benedict_74190-5855.jpg?_wi=5",
imageAlt: "Fresh squeezed orange juice",
},
{
id: "11",
name: "Smoked Bacon",
price: "$3.99",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-spanish-tortilla-still-life_23-2150246026.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-spanish-tortilla-still-life_23-2150246026.jpg?_wi=5",
imageAlt: "Crispy smoked bacon",
},
{
id: "12",
name: "Fresh Fruit Bowl",
price: "$5.99",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-ham-cheese-omelette_1339-7225.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-ham-cheese-omelette_1339-7225.jpg?_wi=5",
imageAlt: "Seasonal fresh fruit bowl",
},
]}