Update src/app/menu/page.tsx
This commit is contained in:
@@ -69,35 +69,35 @@ export default function MenuPage() {
|
||||
id: "1",
|
||||
name: "Classic Pancakes",
|
||||
price: "$12.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-breakfast-delicious-pancakes-covered-with-chocolate-cherries_8353-7297.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-breakfast-delicious-pancakes-covered-with-chocolate-cherries_8353-7297.jpg?_wi=2",
|
||||
imageAlt: "Fluffy homemade pancakes",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "French Toast",
|
||||
price: "$13.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-delicious-croissant-with-jam-plate-fresh-orange-juice-cup-coffee_181624-49565.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-delicious-croissant-with-jam-plate-fresh-orange-juice-cup-coffee_181624-49565.jpg?_wi=2",
|
||||
imageAlt: "Eggy homemade french toast",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Pastrami Burger",
|
||||
price: "$15.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-burger-with-meat-cutletcheese-tomatoes-lettuce-onion_140725-8118.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-burger-with-meat-cutletcheese-tomatoes-lettuce-onion_140725-8118.jpg?_wi=2",
|
||||
imageAlt: "Gourmet pastrami burger",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Fish & Chips",
|
||||
price: "$16.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fried-chicken-with-sauces-french-fries_23-2148646673.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fried-chicken-with-sauces-french-fries_23-2148646673.jpg?_wi=2",
|
||||
imageAlt: "Crispy fish and chips",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chicken Fried Steak",
|
||||
price: "$18.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-breaded-chicken-patty-topped-with-herbs-black-bowl_140725-5792.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-breaded-chicken-patty-topped-with-herbs-black-bowl_140725-5792.jpg?_wi=2",
|
||||
imageAlt: "Homestyle chicken fried steak",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user