-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathfruits.json
147 lines (146 loc) · 4.18 KB
/
fruits.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"banner": [
{
"text": "Festive Deer",
"image": "http://www.satoyu.com/media/catalog/category/satoyu-contact-banner.png"
},
{
"text": "Festive Deer",
"image": "http://www.premierfruitscatering.com/wp-content/uploads/2016/01/fresh-fruit-banner-min.jpg"
},
{
"text": "Morning Greens",
"image": "https://bearsley.co.nz/wp-content/uploads/banner-fresh-produce1-1500x430.jpg"
}
],
"products": [
{
"id": 1,
"text": "Apple",
"image": [
"https://www.organichaive.com.ng/wp-content/uploads/2017/01/apple_red-350x350.jpg",
"https://5.imimg.com/data5/LM/DU/MY-22954806/apple-fruit-500x500.jpg"
]
},
{
"id": 2,
"text": "Orange",
"image": [
"https://previews.123rf.com/images/atoss/atoss1803/atoss180300084/97666503-orange-fruits-with-leaf.jpg",
"https://i.pinimg.com/originals/50/91/3e/50913eeb04768a5b1fa9985c16704d96.jpg"
]
},
{
"id": 3,
"text": "Banana",
"image": [
"https://cdn.shopify.com/s/files/1/2331/3573/products/banana.jpg?v=1505655050"
]
},
{
"id": 4,
"text": "Watermelon",
"image": [
"https://images-na.ssl-images-amazon.com/images/I/71ogcdh7YjL._SX425_.jpg"
]
},
{
"id": 5,
"text": "Pineapple",
"image": [
"https://keelings.ie/wp-content/uploads/2016/04/pineapple-1.jpg"
]
},
{
"id": 6,
"text": "Strawberries",
"image": [
"https://previews.123rf.com/images/photomaru/photomaru1610/photomaru161000011/65097110-isolated-strawberries-one-and-a-half-strawberry-fruits-isolated-on-white-background.jpg"
]
},
{
"id": 7,
"text": "Mengo",
"image": [
"https://5.imimg.com/data5/YD/PM/MY-40752733/fresh-mango-500x500.jpg",
"https://cdn.shopify.com/s/files/1/1891/6405/products/shop-online-from-sri-lanka-fruits-yellow-mango-fresh-food-in-dubai-and-abu-dhabi-1129587179560_480x480.jpg?v=1536789602"
]
}
],
"simillarProducts": [
{
"id": 1,
"text": "Apple",
"image": [
"https://www.organichaive.com.ng/wp-content/uploads/2017/01/apple_red-350x350.jpg",
"https://5.imimg.com/data5/LM/DU/MY-22954806/apple-fruit-500x500.jpg"
]
},
{
"id": 2,
"text": "Orange",
"image": [
"https://previews.123rf.com/images/atoss/atoss1803/atoss180300084/97666503-orange-fruits-with-leaf.jpg",
"https://i.pinimg.com/originals/50/91/3e/50913eeb04768a5b1fa9985c16704d96.jpg"
]
},
{
"id": 3,
"text": "Banana",
"image": [
"https://cdn.shopify.com/s/files/1/2331/3573/products/banana.jpg?v=1505655050"
]
},
{
"id": 4,
"text": "Watermelon",
"image": [
"https://images-na.ssl-images-amazon.com/images/I/71ogcdh7YjL._SX425_.jpg"
]
},
{
"id": 5,
"text": "Pineapple",
"image": [
"https://keelings.ie/wp-content/uploads/2016/04/pineapple-1.jpg"
]
},
{
"id": 6,
"text": "Strawberries",
"image": [
"https://previews.123rf.com/images/photomaru/photomaru1610/photomaru161000011/65097110-isolated-strawberries-one-and-a-half-strawberry-fruits-isolated-on-white-background.jpg"
]
}
],
"cart": [
{
"id": 3,
"text": "Banana",
"image": [
"https://cdn.shopify.com/s/files/1/2331/3573/products/banana.jpg?v=1505655050"
]
},
{
"id": 4,
"text": "Watermelon",
"image": [
"https://images-na.ssl-images-amazon.com/images/I/71ogcdh7YjL._SX425_.jpg"
]
},
{
"id": 5,
"text": "Pineapple",
"image": [
"https://keelings.ie/wp-content/uploads/2016/04/pineapple-1.jpg"
]
},
{
"id": 6,
"text": "Strawberries",
"image": [
"https://previews.123rf.com/images/photomaru/photomaru1610/photomaru161000011/65097110-isolated-strawberries-one-and-a-half-strawberry-fruits-isolated-on-white-background.jpg"
]
}
]
}