Menu and our Culinary image updated
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 61 KiB |
BIN
public/images/idli-sambar.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
public/images/masala-dosa.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
public/images/mysore-masala-dosa.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
public/images/onion-rava-dosa.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
public/images/onion-rava-masala-dosa.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
public/images/paper-roast-dosa.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
public/images/puri-bhaji.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
public/images/rava-masala-dosa.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
public/images/rava-plain-dosa.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
public/images/vada.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
@ -163,35 +163,35 @@ export default function MenuPreview() {
|
||||
desc: "Crispy semolina crepe with onions, herbs & spices.",
|
||||
tag: "RAVA SPL",
|
||||
type: "green",
|
||||
img: "/images/masala_dosa_luxury.png"
|
||||
img: "/images/onion-rava-dosa.png"
|
||||
},
|
||||
{
|
||||
name: "IDLI SAMBAR (2 PCS)",
|
||||
desc: "Steamed fluffy rice & lentil cakes with hot sambar.",
|
||||
tag: "TIFFIN SPL",
|
||||
type: "gold",
|
||||
img: "/images/my_dosa_place_food.png"
|
||||
img: "/images/idli-sambar.png"
|
||||
},
|
||||
{
|
||||
name: "MYSORE MASALA DOSA",
|
||||
desc: "Rice crepe spread with spicy chutney & potato masala.",
|
||||
tag: "CLASSIC",
|
||||
type: "orange",
|
||||
img: "/images/masala_dosa_luxury.png"
|
||||
img: "/images/mysore-masala-dosa.png"
|
||||
},
|
||||
{
|
||||
name: "RAVA MASALA DOSA",
|
||||
desc: "Crispy semolina crepe filled with spiced potato masala.",
|
||||
tag: "RAVA SPL",
|
||||
type: "green",
|
||||
img: "/images/masala_dosa_luxury.png"
|
||||
img: "/images/rava-masala-dosa.png"
|
||||
},
|
||||
{
|
||||
name: "PURI BHAJI (3 PCS)",
|
||||
desc: "Golden fluffy deep-fried puris with flavorful potato bhaji.",
|
||||
tag: "TIFFIN SPL",
|
||||
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.",
|
||||
tag: "CLASSIC",
|
||||
type: "orange",
|
||||
img: "/images/masala_dosa_luxury.png"
|
||||
img: "/images/masala-dosa.png"
|
||||
},
|
||||
{
|
||||
name: "ONION RAVA MASALA DOSA",
|
||||
desc: "Semolina crepe with onions and spiced potato filling.",
|
||||
tag: "RAVA SPL",
|
||||
type: "green",
|
||||
img: "/images/masala_dosa_luxury.png"
|
||||
img: "/images/onion-rava-masala-dosa.png"
|
||||
},
|
||||
{
|
||||
name: "MEDU VADA (2 PCS)",
|
||||
desc: "Deep fried crispy lentil donuts served with sambar & chutney.",
|
||||
tag: "TIFFIN SPL",
|
||||
type: "gold",
|
||||
img: "/images/south_indian_thali_luxury.png"
|
||||
img: "/images/vada.png"
|
||||
},
|
||||
{
|
||||
name: "PAPER ROAST DOSA",
|
||||
desc: "Extra large, paper-thin, crispy dosa served hot.",
|
||||
tag: "CLASSIC",
|
||||
type: "orange",
|
||||
img: "/images/masala_dosa_luxury.png"
|
||||
img: "/images/paper-roast-dosa.png"
|
||||
},
|
||||
{
|
||||
name: "RAVA PLAIN DOSA",
|
||||
desc: "Crispy semolina crepe served with chutney & sambar.",
|
||||
tag: "RAVA SPL",
|
||||
type: "green",
|
||||
img: "/images/masala_dosa_luxury.png"
|
||||
img: "/images/rava-plain-dosa.png"
|
||||
}
|
||||
];
|
||||
|
||||
|
||||