From 7c3c61a7c3505f85149f322228b8931f06e003a1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:41:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7fb736d..c92114c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,17 +91,17 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "sweets", label: "🍬 Sweets", title: "Traditional Bengali Mithai", items: [ + id: "sweets", label: "🍬 Sweets", title: "Traditional Bengali Mithai (₹50-150 per piece | Special bulk discounts available)", items: [ "Rasmalai - Creamy cheese balls in sweet syrup", "Gulab Jamun - Fried milk solids in cardamom syrup", "Sandesh - Soft milk-based Bengali sweet", "Mouchak Special Sweet - Our signature creation"], buttons: [{ text: "Order Now", href: "#order-section" }], }, { - id: "snacks", label: "🥟 Snacks", title: "Crispy & Delicious", items: [ + id: "snacks", label: "🥟 Snacks", title: "Crispy & Delicious (₹30-80 per serving | Bulk orders get 15-20% discount)", items: [ "Papri Chaat - Tangy and crispy street snack", "Singara - Triangular pastry with spiced filling", "Dhokla - Steamed spongy cake with tempering", "Samosa - Golden fried savory pastry"], buttons: [{ text: "Order Now", href: "#order-section" }], }, { - id: "restaurant", label: "🍛 Restaurant", title: "Indian, Chinese & Tandoori Specials", items: [ + id: "restaurant", label: "🍛 Restaurant", title: "Indian, Chinese & Tandoori Specials (₹120-280 per plate | Special bulk discounts available)", items: [ "Tandoori Chicken - Perfectly spiced and grilled", "Murg (Chicken) Specialties - Various preparations", "Chinese Dishes - Fried rice, noodles, gravy curries", "Indian Classics - Curries, dal, and more"], buttons: [{ text: "Order Now", href: "#order-section" }], }, -- 2.49.1