-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
21 lines (21 loc) · 874 Bytes
/
db.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"features": [{
"id": 1,
"name": "100% təbii məhsullar",
"description": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's",
"image": "https://i.imgur.com/htiOYP3.png"
},
{
"id": 2,
"name": "Analoqsuz keyfiyyət",
"description": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's",
"image": "https://i.imgur.com/2LwWgLe.png"
},
{
"id": 3,
"name": "İxtisaslaştirilmiş satiş",
"description": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's",
"image": "https://i.imgur.com/F5Y4mFi.png"
}
]
}