From 621773cf0d48cfacd4ed51519e4b506776e873fd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 09:47:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.49.1