Update src/app/menu/page.tsx
This commit is contained in:
@@ -68,28 +68,28 @@ export default function MenuPage() {
|
||||
id: "1",
|
||||
name: "Seekh Kabab",
|
||||
price: "Rs. 400",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-sliced-lamb-wooden-board-potato-tomato-pepper-pickles-side-view_141793-3750.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-sliced-lamb-wooden-board-potato-tomato-pepper-pickles-side-view_141793-3750.jpg?_wi=2",
|
||||
imageAlt: "Seekh Kabab - Spiced minced meat on skewers",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Chicken Shami Kabab",
|
||||
price: "Rs. 350",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-white-plate-kebab-varieties_114579-2227.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-white-plate-kebab-varieties_114579-2227.jpg?_wi=2",
|
||||
imageAlt: "Chicken Shami Kabab - Pan-fried spiced patties",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Lamb Chops",
|
||||
price: "Rs. 900",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-turkish-iskender-doner-with-yogurt-clay-pot-wooden-board_140725-10331.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-turkish-iskender-doner-with-yogurt-clay-pot-wooden-board_140725-10331.jpg?_wi=2",
|
||||
imageAlt: "Tender Lamb Chops - Marinated and grilled",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mixed Grill Platter",
|
||||
price: "Rs. 1,400",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-lavash-onion-greens-arugula-sumakh-top-view_141793-3126.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-lavash-onion-greens-arugula-sumakh-top-view_141793-3126.jpg?_wi=2",
|
||||
imageAlt: "Mixed Grill Platter - Assorted grilled meats",
|
||||
},
|
||||
]}
|
||||
@@ -113,28 +113,28 @@ export default function MenuPage() {
|
||||
id: "5",
|
||||
name: "Chicken Karahi",
|
||||
price: "Rs. 650",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-ingredients-arrangement-high-angle_23-2149707911.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-ingredients-arrangement-high-angle_23-2149707911.jpg?_wi=2",
|
||||
imageAlt: "Chicken Karahi - Tender chicken in spiced tomato sauce",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Mutton Karahi",
|
||||
price: "Rs. 850",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-soup-with-potatoes-greens-dark-desk_140725-76545.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-meat-soup-with-potatoes-greens-dark-desk_140725-76545.jpg?_wi=2",
|
||||
imageAlt: "Mutton Karahi - Slow-cooked mutton in karahi spices",
|
||||
},
|
||||
{
|
||||
id: "7",
|
||||
name: "Fish Karahi",
|
||||
price: "Rs. 750",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/georgian-adjaruli-table_140725-9214.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/georgian-adjaruli-table_140725-9214.jpg?_wi=2",
|
||||
imageAlt: "Fish Karahi - Fresh fish in aromatic curry",
|
||||
},
|
||||
{
|
||||
id: "8",
|
||||
name: "Paneer Karahi",
|
||||
price: "Rs. 550",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663843.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663843.jpg?_wi=2",
|
||||
imageAlt: "Paneer Karahi - Cottage cheese in rich sauce",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user