-
Notifications
You must be signed in to change notification settings - Fork 0
/
products.json
53 lines (52 loc) · 1.18 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
{
"items": [
{ "id": "1",
"name": "house near 'Mons Agnes'",
"price": 10,
"quantity": 0,
"img": { "url": "./images/product-1.jpg" }
},
{ "id": "2",
"name": "plot near 'Mons Hadley'",
"price": 12200,
"quantity": 0,
"img": { "url": "./images/product-2.jpg" }
},
{ "id": "3",
"name": "plot near 'Mons Wolff'",
"price": 1030,
"quantity": 0,
"img": { "url": "./images/product-3.jpg" }
},
{ "id": "4",
"name": "Plot 'Montes Recti'",
"price": 102,
"quantity": 0,
"img": { "url": "./images/product-4.jpg" }
},
{ "id": "5",
"name": "Plot 'Mons Hadley Delta'",
"price": 90,
"quantity": 0,
"img": { "url": "./images/product-5.jpg" }
},
{ "id": "6",
"name": "Plot 'Montes Carpatus'",
"price": 20,
"quantity": 0,
"img": { "url": "./images/product-6.jpg" }
},
{ "id": "7",
"name": "Plot 'Montes Harbinger'",
"price": 25,
"quantity": 0,
"img": { "url": "./images/product-7.jpg" }
},
{ "id": "8",
"name": "Plot 'Montes Jura'",
"price": 19,
"quantity":0,
"img": { "url": "./images/product-8.png" }
}
]
}