diff --git a/public/images/menu/beverages/beverages-hot-badam-milk.webp b/public/images/menu/beverages/beverages-hot-badam-milk.webp new file mode 100644 index 0000000..1b0e658 Binary files /dev/null and b/public/images/menu/beverages/beverages-hot-badam-milk.webp differ diff --git a/public/images/menu/beverages/icons/hot-badham-milk.png b/public/images/menu/beverages/icons/hot-badham-milk.png new file mode 100644 index 0000000..b115c88 Binary files /dev/null and b/public/images/menu/beverages/icons/hot-badham-milk.png differ diff --git a/public/images/menu/classics/classics-idly-2 .webp b/public/images/menu/classics/classics-idly-2 .webp new file mode 100644 index 0000000..5542ce0 Binary files /dev/null and b/public/images/menu/classics/classics-idly-2 .webp differ diff --git a/public/images/menu/classics/classics-sambar-idli.webp b/public/images/menu/classics/classics-sambar-idli.webp index 1fdf336..64873b9 100644 Binary files a/public/images/menu/classics/classics-sambar-idli.webp and b/public/images/menu/classics/classics-sambar-idli.webp differ diff --git a/public/images/menu/classics/icons/kal-dosa.png b/public/images/menu/classics/icons/kal-dosa.png new file mode 100644 index 0000000..cb91847 Binary files /dev/null and b/public/images/menu/classics/icons/kal-dosa.png differ diff --git a/public/images/menu/classics/kal-dosa.webp b/public/images/menu/classics/kal-dosa.webp new file mode 100644 index 0000000..512597e Binary files /dev/null and b/public/images/menu/classics/kal-dosa.webp differ diff --git a/public/images/menu/rice/icons/tomato-baat.png b/public/images/menu/rice/icons/tomato-baat.png new file mode 100644 index 0000000..c8e080e Binary files /dev/null and b/public/images/menu/rice/icons/tomato-baat.png differ diff --git a/public/images/menu/rice/rice-tomato copy.webp b/public/images/menu/rice/rice-tomato copy.webp new file mode 100644 index 0000000..f8e0941 Binary files /dev/null and b/public/images/menu/rice/rice-tomato copy.webp differ diff --git a/src/components/MenuPageContent.tsx b/src/components/MenuPageContent.tsx index 7ca61a2..cfa50d9 100644 --- a/src/components/MenuPageContent.tsx +++ b/src/components/MenuPageContent.tsx @@ -25,7 +25,7 @@ const TABS = [ const MENU_ITEMS = [ // ── IDLY & VADA ─────────────────────────────────────────────────────── - { id: 1, name: "IDLY (2 PCS)", desc: "Soft steamed rice-lentil cakes served with chutney and sambar.", price: "$10.99", tag: "IDLY & VADA", bg: "light" , img: "classics/classics-idly-6.webp", icon: "classics/icons/idly.png" }, + { id: 1, name: "IDLY (2 PCS)", desc: "Soft steamed rice-lentil cakes served with chutney and sambar.", price: "$10.99", tag: "IDLY & VADA", bg: "light" , img: "classics/classics-idly-2 .webp", icon: "classics/icons/idly.png" }, { id: 2, name: "THATTU IDLY (1 PC)", desc: "Plate-style fluffy idly with a homestyle South Indian touch.", price: "$10.99", tag: "IDLY & VADA", bg: "light" , img: "classics/classics-thattu-idly-1.webp", icon: "classics/icons/thattu-idly-1.png" }, { id: 3, name: "THATTU IDLY (2 PCS)", desc: "Extra serving of soft thattu idly for hearty appetites.", price: "$14.99", tag: "IDLY & VADA", bg: "light" , img: "classics/classics-thattu-idly-2.webp", icon: "classics/icons/thattu-idly-2.png" }, { id: 4, name: "GHEE PODI IDLY", desc: "Idly tossed with ghee and signature podi for bold flavour.", price: "$14.99", tag: "IDLY & VADA", bg: "light" , img: "classics/classics-ghee-podi-idli.webp", icon: "classics/icons/ghee-podi-idli.png" }, @@ -55,7 +55,7 @@ const MENU_ITEMS = [ { id: 29, name: "GHEE PODI MASALA DOSA", desc: "A rich fusion of ghee, podi, and masala.", price: "$15.99", tag: "SIGNATURE DOSAS", bg: "light" , img: "dosa/dosa-ghee-podi-masala.webp", icon: "dosa/icons/ghee-podi-masala.png" }, { id: 30, name: "GHEE PODI DOSA", desc: "Crisp dosa brushed with aromatic ghee and sprinkled with spicy house podi.", price: "$14.99", tag: "SIGNATURE DOSAS", bg: "light" , img: "dosa/dosa-ghee-podi.webp", icon: "dosa/icons/ghee-podi.png" }, { id: 31, name: "BUTTER MASALA DOSA", desc: "Buttery crisp dosa stuffed with comforting masala.", price: "$15.99", tag: "SIGNATURE DOSAS", bg: "light" , img: "dosa/dosa-butter-masala.webp", icon: "dosa/icons/butter-masala.png" }, - { id: 32, name: "KAL DOSA", desc: "Soft, thick village-style dosa with a light, fluffy texture.", price: "$13.99", tag: "SIGNATURE DOSAS", bg: "light" , img: "dosa/dosa-plain.webp" }, + { id: 32, name: "KAL DOSA", desc: "Soft, thick village-style dosa with a light, fluffy texture.", price: "$13.99", tag: "SIGNATURE DOSAS", bg: "light" , img: "classics/kal-dosa.webp", icon: "classics/icons/kal-dosa.png" }, // ── CHEF'S SPECIALTY DOSAS ──────────────────────────────────────────── { id: 39, name: "PANEER BUTTER/BHURJI DOSA",desc: "Dosa filled with creamy paneer butter bhurji.", price: "$17.99", tag: "CHEF'S SPECIALTY", bg: "dark" , img: "dosa/dosa-paneer-bhurji.webp", icon: "dosa/icons/bhurji.png" }, @@ -116,10 +116,10 @@ const MENU_ITEMS = [ { id: 112, name: "PULIYODARAI", desc: "Tamarind rice with roasted spices and a tangy finish.", price: "$13.99", tag: "RICE", bg: "light" , img: "rice/rice-puliyodharai.webp", icon: "rice/icons/puli.png" }, { id: 113, name: "VEG PULAV", desc: "Fragrant rice cooked with vegetables and whole spices.", price: "$15.99", tag: "RICE", bg: "green" , img: "rice/rice-pulao.webp", icon: "rice/icons/veg.png" }, { id: 114, name: "LEMON RICE", desc: "Bright citrus rice with a light tempered seasoning.", price: "$13.99", tag: "RICE", bg: "light" , img: "rice/rice-lemon.webp", icon: "rice/icons/lemon.png" }, - { id: 115, name: "TOMATO BATH", desc: "Spiced tomato rice with a rich, homestyle flavour.", price: "$14.99", tag: "RICE", bg: "light" , img: "rice/rice-tomato.webp", icon: "rice/icons/tomato.png" }, + { id: 115, name: "TOMATO BATH", desc: "Spiced tomato rice with a rich, homestyle flavour.", price: "$14.99", tag: "RICE", bg: "light" , img: "rice/rice-tomato.webp", icon: "rice/icons/tomato-baat.png" }, // ── BEVERAGES ───────────────────────────────────────────────────────── - { id: 120, name: "HOT BADAM MILK", desc: "Warm almond milk blended with rich, comforting sweetness and aromatic spices.", price: "$6.99", tag: "BEVERAGES", bg: "light", img: "beverages/beverages-cold-badam-milk.webp", icon: "beverages/icons/cold.png" }, + { id: 120, name: "HOT BADAM MILK", desc: "Warm almond milk blended with rich, comforting sweetness and aromatic spices.", price: "$6.99", tag: "BEVERAGES", bg: "light", img: "beverages/beverages-hot-badam-milk.webp", icon: "beverages/icons/hot-badham-milk.png" }, { id: 121, name: "MANGO LASSI", desc: "Smooth yogurt drink blended with ripe mango.", price: "$7.99", tag: "BEVERAGES", bg: "light" , img: "beverages/beverages-mango-lassi.webp", icon: "beverages/icons/lassi.png" }, { id: 122, name: "ROSE MILK", desc: "Cooling milk drink scented with rose.", price: "$6.99", tag: "BEVERAGES", bg: "light" , img: "beverages/beverages-rose-milk.webp", icon: "beverages/icons/rose.png" }, { id: 123, name: "POP / WATER", desc: "Simple refreshment to pair with your meal.", price: "$2.29", tag: "BEVERAGES", bg: "light" , img: "beverages/beverages-water.webp", icon: "beverages/icons/water.png" },