Skip to content

Commit 2dcc2dc

Browse files
Update places.html
1 parent c5604b8 commit 2dcc2dc

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

places.html

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,8 @@ <h1 class="text-4xl md:text-5xl font-bold mb-3">NCR Food Atlas</h1>
276276
spots: [
277277
{ name: "Dolma Aunty", dish: "Momos (Steamed)", desc: "The woman who arguably introduced momos to Delhi streets.", isTop3: false, location: "Central Market" },
278278
{ name: "Jhakkas Bombay Pav Bhaji", dish: "Pav Bhaji", desc: "Buttery, spicy, and very close to the Mumbai original.", isTop3: false, location: "Amar Colony" },
279-
{ name: "Street Hawkers", dish: "Ram Ladoo", desc: "Moong dal fritters topped with radish and green chutney.", isTop3: true, location: "Central Market" }
279+
{ name: "Street Hawkers", dish: "Ram Ladoo", desc: "Moong dal fritters topped with radish and green chutney.", isTop3: true, location: "Central Market" },
280+
{ name: "Concept Shawarma", dish: "Chicken Shawarma", desc: "Juicy, spicy, and arguably the most famous shawarma in South Delhi.", isTop3: true, location: "Defence Colony Flyover Mkt" }
280281
]
281282
},
282283
{
@@ -333,6 +334,22 @@ <h1 class="text-4xl md:text-5xl font-bold mb-3">NCR Food Atlas</h1>
333334
{ name: "Nathu's Sweets", dish: "Chaat & Sweets", desc: "Reliable quality for Raj Kachori and traditional sweets.", isTop3: false, location: "Central Market" },
334335
{ name: "Local Hawkers", dish: "Moong Dal Laddu", desc: "Freshly made fried laddu with spicy green chutney found near the market entrance.", isTop3: false, location: "Market Entrance" }
335336
]
337+
},
338+
{
339+
id: 17,
340+
region: "Okhla",
341+
description: "The go-to place for authentic Mughlai and Lebanese flavors. Jamia Nagar & Head.",
342+
spots: [
343+
{ name: "Orhan Shawarma House", dish: "Turkish Shawarma", desc: "Authentic Turkish style doner with special spices and breads.", isTop3: true, location: "Okhla Head" }
344+
]
345+
},
346+
{
347+
id: 18,
348+
region: "New Friends Colony",
349+
description: "Upscale market famous for the original Shawarma legends.",
350+
spots: [
351+
{ name: "Al Bake", dish: "Chicken Shawarma", desc: "The legends who started the shawarma trend in Delhi. Creamy garlic mayo is key.", isTop3: true, location: "Community Centre" }
352+
]
336353
}
337354
];
338355

0 commit comments

Comments
 (0)