[
    {
        "id": 1,
        "name": "Beef burger",
        "description": "Котлета з яловичини, цибуля...",
        "price": 40,
        "imageUrl": "imgs/beef-burger.png"
    },
    {
        "id": 2,
        "name": "Hawaiian burger",
        "description": "Котлета з яловичини, смажені ананаси...",
        "price": 48,
        "imageUrl": "imgs/hawaiian-burger.png"
    },
    {
        "id": 3,
        "name": "Spicy buffalo",
        "description": "Хрустка курка, сир моцарела...",
        "price": 50,
        "imageUrl": "imgs/spicy-buffalo.png"
    },
    {
        "id": 4,
        "name": "Margherita",
        "description": "Томати, сир моцарела...",
        "price": 130,
        "imageUrl": "imgs/margherita.png"
    },
    {
        "id": 5,
        "name": "Four cheese",
        "description": "Сир, сир моцарела...",
        "price": 150,
        "imageUrl": "imgs/four-cheese.png"
    },
    {
        "id": 6,
        "name": "Cola",
        "description": "Кола, лід...",
        "price": 15,
        "imageUrl": "imgs/cola.png"
    }
]