-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproducts.json
35 lines (35 loc) · 1.09 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
{
"items": [{
"title": "Karamell Express",
"path": "Produkter \u003e Karameller \u003e Karamell Express",
"image": "/images/noImage.png"
}, {
"title": "Godisautomat",
"path": "Produkter \u003e Bregmos \u003e Godisautomat",
"image": "/images/noImage.png"
}, {
"title": "Microfiberhandduk 70X140 cm",
"path": "Produkter \u003e Handdukar \u003e Microfiberhandduk 70X140 cm",
"image": "/images/noImage.png"
}, {
"title": "Nantucket Jacka Herr",
"path": "Produkter \u003e Jackor \u003e Nantucket Jacka Herr",
"image": "/images/noImage.png"
}, {
"title": "Oxbridge Jacka Herr",
"path": "Produkter \u003e Jackor \u003e Oxbridge Jacka Herr",
"image": "/images/noImage.png"
}, {
"title": "Oxbridge Jacka Dam",
"path": "Produkter \u003e Jackor \u003e Oxbridge Jacka Dam",
"image": "/images/noImage.png"
}, {
"title": "Nantucket Jacka Dam",
"path": "Produkter \u003e Jackor \u003e Nantucket Jacka Dam",
"image": "/images/noImage.png"
}, {
"title": "Bellington Jacka Herr",
"path": "Produkter \u003e Jackor \u003e Bellington Jacka Herr",
"image": "/images/noImage.png"
}]
}