diff --git a/src/app/page.tsx b/src/app/page.tsx index a497854..3f5be2e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,6 +85,8 @@ export default function LandingPage() { id: "samosa-chaat", name: "Samosa Chaat", price: "₹70", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-eggplant-caviar-served-with-fried-lavash-plate_140725-11794.jpg", imageAlt: "Samosa Chaat with chickpeas and chutneys"}, { id: "vada-pav", name: "Vada Pav", price: "₹40", imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-buying-food_23-2149461678.jpg", imageAlt: "Vada Pav with spicy potato fritter"}, + { + id: "gobi-manchurian", name: "Gobi Manchurian", price: "₹100", imageSrc: "https://img.b2bpic.net/free-photo/side-view-gobi-manchurian-with-sauce-spices-black-pot_140725-78097.jpg", imageAlt: "Gobi Manchurian"} ]} title="Our Signature Chaat & Snacks" description="Explore our exquisite range of chaats, sandwiches, and beverages, crafted with the freshest ingredients for an unforgettable taste." @@ -214,4 +216,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file