-
Notifications
You must be signed in to change notification settings - Fork 18
/
data.js
79 lines (79 loc) · 2.15 KB
/
data.js
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
69
70
71
72
73
74
75
76
77
78
79
export default [
{
id: 1,
name: "Special Edition T-Shirt",
price: 50,
color: "black",
src: "https://cdn.shopify.com/s/files/1/0434/0285/4564/products/Front-NoModel_ec3be051-d579-4c03-b55b-64449d0b0445.png?v=1623255893",
},
{
id: 2,
name: "Short Sleeve T-Shirt",
color: "grey",
price: 35,
src: "https://cdn.shopify.com/s/files/1/0434/0285/4564/products/short-sleeve-0.png?v=1622901991",
},
{
id: 3,
name: "Short Sleeve T-Shirt",
color: "beige",
price: 35,
src: "https://cdn.shopify.com/s/files/1/0434/0285/4564/products/short-sleeve-1.png?v=1622901991",
},
{
id: 4,
name: "Short Sleeve T-Shirt",
color: "white",
price: 35,
src: "https://cdn.shopify.com/s/files/1/0434/0285/4564/products/short-sleeve-2.png?v=1622901991",
},
{
id: 5,
name: "Short Sleeve T-Shirt",
color: "turqoise",
price: 35,
src: "https://cdn.shopify.com/s/files/1/0434/0285/4564/products/short-sleeve-3.png?v=1622901991",
},
{
id: 6,
price: 99,
name: "Bomber Jacket",
color: "black",
src: "https://cdn.shopify.com/s/files/1/0434/0285/4564/products/bomber-jacket-0.png?v=1622902777",
},
{
id: 7,
price: 99,
name: "Bomber Jacket",
color: "green",
src: "https://cdn.shopify.com/s/files/1/0434/0285/4564/products/bomber-jacket-1.png?v=1622902777",
},
{
id: 8,
price: 30,
name: "New Short Sleeve T-Shirt",
color: "white",
src: "https://cdn.shopify.com/s/files/1/0434/0285/4564/products/short-sleeve-t-shirt-0.png?v=1622902418",
},
{
id: 9,
price: 30,
name: "New Short Sleeve T-Shirt",
color: "grey",
src: "https://cdn.shopify.com/s/files/1/0434/0285/4564/products/short-sleeve-t-shirt-4.png?v=1622902418",
},
{
id: 10,
price: 30,
name: "New Short Sleeve T-Shirt",
color: "blue",
src: "https://cdn.shopify.com/s/files/1/0434/0285/4564/products/short-sleeve-t-shirt-3.png?v=1622902418",
},
{
id: 11,
price: 30,
name: "New Short Sleeve T-Shirt",
color: "blue",
src: "https://cdn.shopify.com/s/files/1/0434/0285/4564/products/short-sleeve-t-shirt-2.png?v=1622902418",
},
];