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" }], },