Update src/app/menu/page.tsx

This commit is contained in:
2026-03-16 15:52:04 +00:00
parent 4723db28d4
commit 4495fcdee3

View File

@@ -89,21 +89,21 @@ export default function MenuPage() {
id: "biryani",
name: "Kerala Biryani",
price: "SR 45",
imageSrc: "http://img.b2bpic.net/free-psd/delicious-chicken-biryani-served-traditional-copper-bowl_84443-64415.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/delicious-chicken-biryani-served-traditional-copper-bowl_84443-64415.jpg?_wi=2",
imageAlt: "Fragrant Kerala Biryani",
},
{
id: "appam-curry",
name: "Appam with Fish Curry",
price: "SR 38",
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-stuffed-eggplant-rolls-white-oval-plate-different-spices-small-bowls-grey-background_140725-108203.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-stuffed-eggplant-rolls-white-oval-plate-different-spices-small-bowls-grey-background_140725-108203.jpg?_wi=2",
imageAlt: "Traditional Appam and Curry",
},
{
id: "seafood-special",
name: "Seafood Special Fry",
price: "SR 52",
imageSrc: "http://img.b2bpic.net/free-photo/fried-shrimp-squid-with-spicy-sauce_1150-35473.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fried-shrimp-squid-with-spicy-sauce_1150-35473.jpg?_wi=2",
imageAlt: "Crispy Seafood Special",
},
{
@@ -124,7 +124,7 @@ export default function MenuPage() {
id: "dosa",
name: "Crispy Dosa with Sambar",
price: "SR 22",
imageSrc: "http://img.b2bpic.net/free-photo/dinner-table-luxury-hotel_1150-10908.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/dinner-table-luxury-hotel_1150-10908.jpg?_wi=1",
imageAlt: "Traditional Dosa",
},
]}