Update src/app/menu/page.tsx

This commit is contained in:
2026-04-08 07:11:05 +00:00
parent 5c9b9aae10
commit 80459ee554

View File

@@ -61,37 +61,37 @@ export default function LandingPage() {
id: "m1",
name: "Paneer Special",
price: "₹349",
imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg?_wi=3",
},
{
id: "m2",
name: "Gardenia Garden Salad",
price: "₹199",
imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg?_wi=4",
},
{
id: "m3",
name: "Chocolate Lava Cake",
price: "₹249",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-green-spinach-humus-with-brown-rice-shrimps-black-plate_140725-12813.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-green-spinach-humus-with-brown-rice-shrimps-black-plate_140725-12813.jpg?_wi=2",
},
{
id: "m4",
name: "Mint Cooler",
price: "₹149",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wine-carafe-table_23-2149631801.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wine-carafe-table_23-2149631801.jpg?_wi=2",
},
{
id: "m5",
name: "Classic Dal Makhani",
price: "₹299",
imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg?_wi=5",
},
{
id: "m6",
name: "Seasonal Fruit Tart",
price: "₹229",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-green-spinach-humus-with-brown-rice-shrimps-black-plate_140725-12813.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-green-spinach-humus-with-brown-rice-shrimps-black-plate_140725-12813.jpg?_wi=3",
},
]}
title="Our Full Menu"
@@ -115,7 +115,7 @@ export default function LandingPage() {
price: "₹349",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg?_wi=6",
},
{
id: "s2",
@@ -124,7 +124,7 @@ export default function LandingPage() {
price: "₹299",
rating: 5,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-green-spinach-humus-with-brown-rice-shrimps-black-plate_140725-12813.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-green-spinach-humus-with-brown-rice-shrimps-black-plate_140725-12813.jpg?_wi=4",
},
]}
/>