Menu and our Culinary image updated

This commit is contained in:
Vidhya 2026-07-22 18:48:27 +05:30
parent 25064ad8f6
commit 7369fb4292
16 changed files with 10 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
public/images/vada.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -163,35 +163,35 @@ export default function MenuPreview() {
desc: "Crispy semolina crepe with onions, herbs & spices.", desc: "Crispy semolina crepe with onions, herbs & spices.",
tag: "RAVA SPL", tag: "RAVA SPL",
type: "green", type: "green",
img: "/images/masala_dosa_luxury.png" img: "/images/onion-rava-dosa.png"
}, },
{ {
name: "IDLI SAMBAR (2 PCS)", name: "IDLI SAMBAR (2 PCS)",
desc: "Steamed fluffy rice & lentil cakes with hot sambar.", desc: "Steamed fluffy rice & lentil cakes with hot sambar.",
tag: "TIFFIN SPL", tag: "TIFFIN SPL",
type: "gold", type: "gold",
img: "/images/my_dosa_place_food.png" img: "/images/idli-sambar.png"
}, },
{ {
name: "MYSORE MASALA DOSA", name: "MYSORE MASALA DOSA",
desc: "Rice crepe spread with spicy chutney & potato masala.", desc: "Rice crepe spread with spicy chutney & potato masala.",
tag: "CLASSIC", tag: "CLASSIC",
type: "orange", type: "orange",
img: "/images/masala_dosa_luxury.png" img: "/images/mysore-masala-dosa.png"
}, },
{ {
name: "RAVA MASALA DOSA", name: "RAVA MASALA DOSA",
desc: "Crispy semolina crepe filled with spiced potato masala.", desc: "Crispy semolina crepe filled with spiced potato masala.",
tag: "RAVA SPL", tag: "RAVA SPL",
type: "green", type: "green",
img: "/images/masala_dosa_luxury.png" img: "/images/rava-masala-dosa.png"
}, },
{ {
name: "PURI BHAJI (3 PCS)", name: "PURI BHAJI (3 PCS)",
desc: "Golden fluffy deep-fried puris with flavorful potato bhaji.", desc: "Golden fluffy deep-fried puris with flavorful potato bhaji.",
tag: "TIFFIN SPL", tag: "TIFFIN SPL",
type: "gold", type: "gold",
img: "/images/royal_dining_experience.png" img: "/images/puri-bhaji.png"
} }
]; ];
@ -201,35 +201,35 @@ export default function MenuPreview() {
desc: "Crispy thin rice & lentil crepe stuffed with potato masala.", desc: "Crispy thin rice & lentil crepe stuffed with potato masala.",
tag: "CLASSIC", tag: "CLASSIC",
type: "orange", type: "orange",
img: "/images/masala_dosa_luxury.png" img: "/images/masala-dosa.png"
}, },
{ {
name: "ONION RAVA MASALA DOSA", name: "ONION RAVA MASALA DOSA",
desc: "Semolina crepe with onions and spiced potato filling.", desc: "Semolina crepe with onions and spiced potato filling.",
tag: "RAVA SPL", tag: "RAVA SPL",
type: "green", type: "green",
img: "/images/masala_dosa_luxury.png" img: "/images/onion-rava-masala-dosa.png"
}, },
{ {
name: "MEDU VADA (2 PCS)", name: "MEDU VADA (2 PCS)",
desc: "Deep fried crispy lentil donuts served with sambar & chutney.", desc: "Deep fried crispy lentil donuts served with sambar & chutney.",
tag: "TIFFIN SPL", tag: "TIFFIN SPL",
type: "gold", type: "gold",
img: "/images/south_indian_thali_luxury.png" img: "/images/vada.png"
}, },
{ {
name: "PAPER ROAST DOSA", name: "PAPER ROAST DOSA",
desc: "Extra large, paper-thin, crispy dosa served hot.", desc: "Extra large, paper-thin, crispy dosa served hot.",
tag: "CLASSIC", tag: "CLASSIC",
type: "orange", type: "orange",
img: "/images/masala_dosa_luxury.png" img: "/images/paper-roast-dosa.png"
}, },
{ {
name: "RAVA PLAIN DOSA", name: "RAVA PLAIN DOSA",
desc: "Crispy semolina crepe served with chutney & sambar.", desc: "Crispy semolina crepe served with chutney & sambar.",
tag: "RAVA SPL", tag: "RAVA SPL",
type: "green", type: "green",
img: "/images/masala_dosa_luxury.png" img: "/images/rava-plain-dosa.png"
} }
]; ];