-
Notifications
You must be signed in to change notification settings - Fork 0
/
low-high-all-products.json
74 lines (74 loc) · 1.9 KB
/
low-high-all-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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"items": [
{
"name": "Leather Saddle",
"description": "Firm, yet comfortable for long leisurely rides.",
"price": 476,
"image": "/img/e-commerce/product/product-4.jpg",
"category": "accessories"
},
{
"name": "16-Speed",
"description": "Smooth shifting through all gears for city riding.",
"price": 524,
"image": "/img/e-commerce/product/product-5.jpg",
"category": "accessories"
},
{
"name": "Sprocket Set",
"description": "Steel, designed for long lasting stability.",
"price": 581,
"image": "/img/e-commerce/product/product-1.jpg",
"category": "bikes"
},
{
"name": "Wheel Set",
"description": "Ride Sally, ride.",
"price": 603,
"image": "/img/e-commerce/product/product-10.jpg",
"category": "components"
},
{
"name": "Fixie Blue",
"description": "Designed to get you there.",
"price": 643,
"image": "/img/e-commerce/product/product-2.jpg",
"category": "accessories"
},
{
"name": "Road Bike",
"description": "Built with lightweight aluminum for speed.",
"price": 644,
"image": "/img/e-commerce/product/product-9.jpg",
"category": "accessories"
},
{
"name": "Red Cruiser",
"description": "Smooth ride for enjoyable cruising.",
"price": 688,
"image": "/img/e-commerce/product/product-6.jpg",
"category": "accessories"
},
{
"name": "Caliper Brakes",
"description": "Fits most wheel sizes and designed to last long.",
"price": 776,
"image": "/img/e-commerce/product/product-8.jpg",
"category": "components"
},
{
"name": "Horn Handles",
"description": "Grippingly durable and stylish.",
"price": 838,
"image": "/img/e-commerce/product/product-7.jpg",
"category": "components"
},
{
"name": "Chain set",
"description": "Silver alloy construction for durability.",
"price": 867,
"image": "/img/e-commerce/product/product-3.jpg",
"category": "accessories"
}
]
}