-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproducts.json
68 lines (68 loc) · 1.58 KB
/
products.json
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"items": [
{
"sys": { "id": "1" },
"fields": {
"title": "Orange Lense Aviators",
"price": 150.99,
"image": { "fields": { "file": { "url": "./images/s1.jpg" } } }
}
},
{
"sys": { "id": "2" },
"fields": {
"title": "Dark Lense Aviators",
"price": 120.99,
"image": { "fields": { "file": { "url": "./images/s2.jpg" } } }
}
},
{
"sys": { "id": "3" },
"fields": {
"title": "Blue Sporty Frames",
"price": 100.99,
"image": { "fields": { "file": { "url": "./images/s3.jpg" } } }
}
},
{
"sys": { "id": "4" },
"fields": {
"title": "Clear Frames",
"price": 220.99,
"image": { "fields": { "file": { "url": "./images/s4.jpg" } } }
}
},
{
"sys": { "id": "5" },
"fields": {
"title": "Cat Eyes",
"price": 188.99,
"image": { "fields": { "file": { "url": "./images/s5.jpg" } } }
}
},
{
"sys": { "id": "6" },
"fields": {
"title": "Gold Aviators",
"price": 320.99,
"image": { "fields": { "file": { "url": "./images/s6.jpg" } } }
}
},
{
"sys": { "id": "7" },
"fields": {
"title": "Black Sporty Frames",
"price": 145.99,
"image": { "fields": { "file": { "url": "./images/s7.jpg" } } }
}
},
{
"sys": { "id": "8" },
"fields": {
"title": "Wood Frames",
"price": 233.99,
"image": { "fields": { "file": { "url": "./images/s8.jpg" } } }
}
}
]
}