-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
46 lines (46 loc) · 1.15 KB
/
db.json
File metadata and controls
46 lines (46 loc) · 1.15 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
39
40
41
42
43
44
45
46
{
"products": [
{
"id": 1,
"title": "Tênis Nike Dunk Low Retro Premium",
"price": 749.99,
"image": "/images/shoes/nike-01.jpeg",
"colors": ["#7f422e", "#363B41", "#71599a"]
},
{
"id": 2,
"title": "Tênis Nike Dunk Low SE",
"price": 799.99,
"image": "/images/shoes/nike-02.jpeg",
"colors": ["#99a679", "#2c2f31", "#b5a596"]
},
{
"id": 3,
"title": "Tênis Air Jordan 1 Hi FlyEase",
"price": 999.99,
"image": "/images/shoes/nike-03.jpeg",
"colors": ["#100e10", "#b00827", "#8b9696"]
},
{
"id": 4,
"title": "Tênis Air Jordan 1 Mid SE",
"price": 1249.99,
"image": "/images/shoes/nike-04.jpeg",
"colors": ["#d1d2d5", "#2f5e3e", "#a5a4a4"]
},
{
"id": 5,
"title": "Tênis Air Jordan 1 Mid SE",
"price": 999.99,
"image": "/images/shoes/nike-05.jpeg",
"colors": ["#ab1b28", "#dcdddf", "#a57f4e"]
},
{
"id": 6,
"title": "Tênis Air Jordan 1 Low SE",
"price": 1599.99,
"image": "/images/shoes/nike-06.jpeg",
"colors": ["#533b34", "#dcdbd5", "#1b191d"]
}
]
}