-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMenuFeed.json
More file actions
38 lines (38 loc) · 1.09 KB
/
MenuFeed.json
File metadata and controls
38 lines (38 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[
{
"id": 1,
"img": "https://i.imgur.com/bSP0bOj.jpeg",
"title": "Americano",
"desc": "An americano is just water and espresso."
},
{
"id": 2,
"img": "https://i.imgur.com/gr9OH8W.jpeg",
"title": "Latte",
"desc": "A latte is made up of one or two shots of espresso, steamed milk and a final, thin layer of frothed milk on top."
},
{
"id": 3,
"img": "https://i.imgur.com/PX1Eh85.png",
"title": "Espresso",
"desc": "A single shot of coffee, served in a small demitasse cup."
},
{
"id": 4,
"img": "https://i.imgur.com/ibQAdV2.jpeg",
"title": "Cappuccino",
"desc": "A freshly pulled shot of espresso layered with steamed whole milk and thick rich foam"
},
{
"id": 5,
"img": "https://i.imgur.com/shufrwN.jpeg",
"title": "Mocha",
"desc": "A shot of espresso is combined with chocolate powder or syrup, followed by milk or cream."
},
{
"id": 6,
"img": "https://i.imgur.com/QR0I9lT.jpeg",
"title": "Turkish",
"desc": "Very finely ground coffee brewed by boiling."
}
]