Update src/app/menu/page.tsx

This commit is contained in:
2026-03-10 10:12:24 +00:00
parent 2599e5eb03
commit 5f105cd07c

View File

@@ -58,63 +58,63 @@ export default function MenuPage() {
id: "1",
name: "Butter Chicken",
price: "₹280",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-food-party_53876-31237.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-food-party_53876-31237.jpg?_wi=2",
imageAlt: "Butter Chicken",
},
{
id: "2",
name: "Tandoori Roti",
price: "₹40",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-roti-assortment-table-with-copy-space_23-2149033960.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-roti-assortment-table-with-copy-space_23-2149033960.jpg?_wi=2",
imageAlt: "Tandoori Roti",
},
{
id: "3",
name: "Dal Tadka",
price: "₹150",
imageSrc: "http://img.b2bpic.net/free-photo/bowl-delicious-pumpkin-soup-with-seeds_114579-21246.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bowl-delicious-pumpkin-soup-with-seeds_114579-21246.jpg?_wi=2",
imageAlt: "Dal Tadka",
},
{
id: "4",
name: "Paneer Butter Masala",
price: "₹300",
imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246071.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246071.jpg?_wi=2",
imageAlt: "Paneer Butter Masala",
},
{
id: "5",
name: "Egg Curry",
price: "₹200",
imageSrc: "http://img.b2bpic.net/free-photo/soup-spices-near-dishes_23-2147894954.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/soup-spices-near-dishes_23-2147894954.jpg?_wi=2",
imageAlt: "Egg Curry",
},
{
id: "6",
name: "Biryani",
price: "₹320",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-dish-composition_23-2148821522.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-dish-composition_23-2148821522.jpg?_wi=2",
imageAlt: "Biryani",
},
{
id: "7",
name: "Chicken Tikka Masala",
price: "₹290",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-food-party_53876-31237.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-food-party_53876-31237.jpg?_wi=3",
imageAlt: "Chicken Tikka Masala",
},
{
id: "8",
name: "Chana Masala",
price: "₹120",
imageSrc: "http://img.b2bpic.net/free-photo/bowl-delicious-pumpkin-soup-with-seeds_114579-21246.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bowl-delicious-pumpkin-soup-with-seeds_114579-21246.jpg?_wi=3",
imageAlt: "Chana Masala",
},
{
id: "9",
name: "Naan",
price: "₹50",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-roti-assortment-table-with-copy-space_23-2149033960.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-roti-assortment-table-with-copy-space_23-2149033960.jpg?_wi=3",
imageAlt: "Naan",
},
]}