-
Notifications
You must be signed in to change notification settings - Fork 0
/
product-data.json
39 lines (39 loc) · 1.01 KB
/
product-data.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
{
"product": {
"price": "$35.00",
"availableSizes": [
"XS",
"S",
"M",
"L",
"XL",
"XXL"
],
"productImages": [
{
"img": "./assets/images/highwaist_black_front_2_1024x1024.jpg",
"alt": "High Waist Black Back Underwear Front"
},
{
"img": "./assets/images/highwaist_black_front_3_1024x1024.jpg",
"alt": "High Waist Black Back Underwear Front"
},
{
"img": "./assets/images/highwaist_black_front_4_1024x1024.jpg",
"alt": "High Waist Black Back Underwear Front"
},
{
"img": "./assets/images/highwaist_black_front_1024x1024_1.jpg",
"alt": "High Waist Black Back Underwear Front"
},
{
"img": "./assets/images/highwaist_black_side_1024x1024.jpg",
"alt": "High Waist Black Back Underwear Side"
},
{
"img": "./assets/images/highwaist_black_back_1024x1024.jpg",
"alt": "High Waist Black Back Underwear Back"
}
]
}
}