Update src/app/menu/page.tsx
This commit is contained in:
@@ -51,35 +51,35 @@ export default function MenuPage() {
|
||||
id: "1",
|
||||
title: "Indian Classics",
|
||||
tags: ["Traditional", "Flavorful"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086021.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086021.jpg?_wi=3",
|
||||
imageAlt: "Traditional Indian curry and garlic naan",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Italian Favorites",
|
||||
tags: ["Authentic", "Fresh"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-parmesan-lettuce-tomato-bread-stuffing_140725-6528.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-parmesan-lettuce-tomato-bread-stuffing_140725-6528.jpg?_wi=3",
|
||||
imageAlt: "Authentic Italian lasagna and fresh ingredients",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Chinese Delights",
|
||||
tags: ["Wok-Tossed", "Bold"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-stir-fried-noodles-with-vegetables-shrimps-plate-wood-table_141793-12023.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-stir-fried-noodles-with-vegetables-shrimps-plate-wood-table_141793-12023.jpg?_wi=3",
|
||||
imageAlt: "Bold Chinese stir-fried noodles with shrimps",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Mexican Spice",
|
||||
tags: ["Vibrant", "Fresh"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-croissants-cafe_1303-20409.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-croissants-cafe_1303-20409.jpg?_wi=3",
|
||||
imageAlt: "Vibrant Mexican cuisine with fresh ingredients",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Bakery & Desserts",
|
||||
tags: ["Artisan", "Decadent"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-chocolate-cake_23-2148549967.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-chocolate-cake_23-2148549967.jpg?_wi=3",
|
||||
imageAlt: "Decadent artisan desserts and cakes",
|
||||
},
|
||||
]}
|
||||
@@ -98,35 +98,35 @@ export default function MenuPage() {
|
||||
id: "1",
|
||||
name: "Pan Fried Noodles",
|
||||
price: "₹350",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-stir-fried-noodles-with-vegetables-shrimps-plate-wood-table_141793-12023.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-stir-fried-noodles-with-vegetables-shrimps-plate-wood-table_141793-12023.jpg?_wi=4",
|
||||
imageAlt: "Pan fried noodles with vegetables and shrimps",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Cappuccino",
|
||||
price: "₹180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-croissants-cafe_1303-20409.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-croissants-cafe_1303-20409.jpg?_wi=4",
|
||||
imageAlt: "Premium cappuccino with latte art",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Lasagna",
|
||||
price: "₹420",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-parmesan-lettuce-tomato-bread-stuffing_140725-6528.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-parmesan-lettuce-tomato-bread-stuffing_140725-6528.jpg?_wi=4",
|
||||
imageAlt: "Classic lasagna with cheese and sauce",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Chocolate Brownie",
|
||||
price: "₹280",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-chocolate-cake_23-2148549967.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-chocolate-cake_23-2148549967.jpg?_wi=4",
|
||||
imageAlt: "Decadent chocolate brownie dessert",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Garlic Naan",
|
||||
price: "₹120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086021.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-arrangement_23-2149086021.jpg?_wi=4",
|
||||
imageAlt: "Fresh garlic naan bread from tandoor",
|
||||
},
|
||||
]}
|
||||
@@ -185,7 +185,7 @@ export default function MenuPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg?_wi=2"
|
||||
imageAlt="El Chico Restaurant exterior Civil Lines Prayagraj"
|
||||
logoText="EL CHICO"
|
||||
copyrightText="© 1964-2025 EL CHICO Restaurant. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user