menu tab images updated
This commit is contained in:
parent
8c6b9e1010
commit
0dce8766b2
@ -28,8 +28,8 @@ const RestaurantMenu = ({ menus }) => {
|
|||||||
: [
|
: [
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
title: "Soups & Salads",
|
title: "Soups",
|
||||||
icon: "/assets/images/home/category/salads.webp",
|
icon: "/assets/images/home/category/soup.png",
|
||||||
event: "food-tab1",
|
event: "food-tab1",
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
@ -69,49 +69,7 @@ const RestaurantMenu = ({ menus }) => {
|
|||||||
price: "5.99",
|
price: "5.99",
|
||||||
decs: "Tamil Nadu style Chicken soup - Pepper infused",
|
decs: "Tamil Nadu style Chicken soup - Pepper infused",
|
||||||
img: "/assets/images/food/rm-food3.png",
|
img: "/assets/images/food/rm-food3.png",
|
||||||
},
|
}
|
||||||
{
|
|
||||||
id: 6,
|
|
||||||
title: "Green Salad ",
|
|
||||||
price: "7.99",
|
|
||||||
decs: "Simple yet classic green salad",
|
|
||||||
img: "/assets/images/food/rm-food3.png",
|
|
||||||
},
|
|
||||||
// {
|
|
||||||
// id: 7,
|
|
||||||
// title: "Green Salad - Large",
|
|
||||||
// price: "9.99",
|
|
||||||
// decs: "Simple yet classic green salad",
|
|
||||||
// img: "/assets/images/food/rm-food3.png",
|
|
||||||
// },
|
|
||||||
{
|
|
||||||
id: 8,
|
|
||||||
title: "Masala Peanut",
|
|
||||||
price: "8.99 ",
|
|
||||||
decs: "Roasted peanuts garnished with onion, tomato, green chilly etc",
|
|
||||||
img: "/assets/images/food/rm-food3.png",
|
|
||||||
},
|
|
||||||
// {
|
|
||||||
// id: 9,
|
|
||||||
// title: "Masala Peanut - Large",
|
|
||||||
// price: "14.99",
|
|
||||||
// decs: "Roasted peanuts garnished with onion, tomato, green chilly etc",
|
|
||||||
// img: "/assets/images/food/rm-food3.png",
|
|
||||||
// },
|
|
||||||
{
|
|
||||||
id: 10,
|
|
||||||
title: "Sprouts Salad - Shivas Special (limited time availability)",
|
|
||||||
price: "8.99 ",
|
|
||||||
decs: "Traditional Indian sprouts - ultimate taste and healthy",
|
|
||||||
img: "/assets/images/food/rm-food3.png",
|
|
||||||
},
|
|
||||||
// {
|
|
||||||
// id: 11,
|
|
||||||
// title: "Sprouts Salad - Shivas Special - Large",
|
|
||||||
// price: "14.99",
|
|
||||||
// decs: "Traditional Indian sprouts - ultimate taste and healthy",
|
|
||||||
// img: "/assets/images/food/rm-food3.png",
|
|
||||||
// }
|
|
||||||
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@ -571,7 +529,7 @@ const RestaurantMenu = ({ menus }) => {
|
|||||||
{
|
{
|
||||||
id: 17,
|
id: 17,
|
||||||
title: "Mutton & sea food appetizer",
|
title: "Mutton & sea food appetizer",
|
||||||
icon: "/assets/images/home/category/chicken-appetizer.webp",
|
icon: "/assets/images/home/category/sea.png",
|
||||||
event: "food-tab5",
|
event: "food-tab5",
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
@ -1011,7 +969,7 @@ const RestaurantMenu = ({ menus }) => {
|
|||||||
{
|
{
|
||||||
id: 18,
|
id: 18,
|
||||||
title: "COMBO",
|
title: "COMBO",
|
||||||
icon: "/assets/images/home/category/idly.webp",
|
icon: "/assets/images/home/category/combo.png",
|
||||||
event: "food-tab9",
|
event: "food-tab9",
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
|
|||||||
BIN
public/assets/images/home/category/combo.png
Normal file
BIN
public/assets/images/home/category/combo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 78 KiB |
BIN
public/assets/images/home/category/sea.png
Normal file
BIN
public/assets/images/home/category/sea.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 85 KiB |
BIN
public/assets/images/home/category/soup.png
Normal file
BIN
public/assets/images/home/category/soup.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 78 KiB |
Loading…
x
Reference in New Issue
Block a user