Update src/app/menu/page.tsx

This commit is contained in:
2026-03-07 06:51:28 +00:00
parent f29c07ecd9
commit f1862e5d6d

View File

@@ -62,7 +62,7 @@ export default function MenuPage() {
name: "Chur Chur Naan",
price: "₹180",
imageSrc:
"http://img.b2bpic.net/free-photo/delicious-composition-traditional-roti_23-2149034026.jpg",
"http://img.b2bpic.net/free-photo/delicious-composition-traditional-roti_23-2149034026.jpg?_wi=2",
imageAlt: "Crispy Chur Chur Naan",
},
{
@@ -70,7 +70,7 @@ export default function MenuPage() {
name: "Cold Coffee",
price: "₹150",
imageSrc:
"http://img.b2bpic.net/free-photo/delicious-iced-coffee-table-beans_23-2149600676.jpg",
"http://img.b2bpic.net/free-photo/delicious-iced-coffee-table-beans_23-2149600676.jpg?_wi=2",
imageAlt: "Refreshing Cold Coffee",
},
{
@@ -78,7 +78,7 @@ export default function MenuPage() {
name: "Pizza",
price: "₹250",
imageSrc:
"http://img.b2bpic.net/free-photo/mixed-pizza-with-sausages-tomato_140725-3789.jpg",
"http://img.b2bpic.net/free-photo/mixed-pizza-with-sausages-tomato_140725-3789.jpg?_wi=2",
imageAlt: "Wood-fired Pizza",
},
{
@@ -86,7 +86,7 @@ export default function MenuPage() {
name: "Cigar Rolls",
price: "₹120",
imageSrc:
"http://img.b2bpic.net/free-photo/egg-roll-fried-spring-rolls-white-plate-thai-food-top-view_1150-21489.jpg",
"http://img.b2bpic.net/free-photo/egg-roll-fried-spring-rolls-white-plate-thai-food-top-view_1150-21489.jpg?_wi=2",
imageAlt: "Crispy Cigar Rolls",
},
{
@@ -94,7 +94,7 @@ export default function MenuPage() {
name: "Fusion Appetizers",
price: "₹200",
imageSrc:
"http://img.b2bpic.net/free-photo/eggplant-dolma-with-tomato-belly-pepper_140725-4615.jpg",
"http://img.b2bpic.net/free-photo/eggplant-dolma-with-tomato-belly-pepper_140725-4615.jpg?_wi=2",
imageAlt: "Creative fusion appetizers",
},
{
@@ -102,7 +102,7 @@ export default function MenuPage() {
name: "Dessert Platter",
price: "₹180",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream_141793-4312.jpg",
"http://img.b2bpic.net/free-photo/top-view-dessert-sweet-baked-pumpkin-with-nuts-cream_141793-4312.jpg?_wi=2",
imageAlt: "Assorted desserts",
},
]}