This repository has been archived by the owner on Dec 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.js
74 lines (74 loc) · 2.68 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
module.exports = {
items: [
{
"id": 1,
"name": "Litening C:68",
"description": "The bike for the professionals - thanks to our high-end C:68 Carbon frame and race optimized geometry.",
"image": {
"thumb": "https://jujhar.com/images/bikes/780300_overview.png",
"large": "https://jujhar.com/images/bikes/780300_light.jpg"
},
"class": ["endurance", "race"]
},
{
"id": 2,
"name": "Litening C:62",
"description": "A lightweight, dream bike for ambitious cyclists with a high-quality C:62 carbon frame.",
"image": {
"thumb": "https://jujhar.com/images/bikes/778400_overview.png",
"large": "https://jujhar.com/images/bikes/778400_light.jpg"
},
"class": ["endurance", "race"]
},
{
"id": 3,
"name": "Agree C:62",
"description": "With this bike, there are no compromises: C:62 Carbon frame, disc brakes and maximum aerodynamics it's ready for racing.",
"image": {
"thumb": "https://jujhar.com/images/bikes/778500_overview.png",
"large": "https://jujhar.com/images/bikes/778500_light.jpg"
},
"class": ["comfort", "endurance", "race"]
},
{
"id": 4,
"name": "Attain GTC",
"description": "Comformatable on tours, lightweight carbon fiber frame and with the option of discs make a great all rounder.",
"image": {
"thumb": "https://jujhar.com/images/bikes/777100_overview.png",
"large": "https://jujhar.com/images/bikes/777100_light.jpg"
},
"class": ["comfort", "endurance"]
},
{
"id": 5,
"name": "Attain HPA",
"description": "A high-quality aluminum frame for long tours with high comfort levels, ergonomically balanced and complete with a disc option.",
"image": {
"thumb": "https://jujhar.com/images/bikes/776402_overview.png",
"large": "https://jujhar.com/images/bikes/776402_light.jpg"
},
"class": ["comfort", "endurance"]
},
{
"id": 6,
"name": "Cross Race",
"description": "Reliable through mud, wind and the harshest conditions even when racing.",
"image": {
"thumb": "https://jujhar.com/images/bikes/788100_overview.png",
"large": "https://jujhar.com/images/bikes/788100_light.jpg"
},
"class": ["endurance", "race"]
},
{
"id": 7,
"name": "SL Road",
"description": "With the SL road, it's quick and comfortable to work and you can even do a relaxing after work ride.",
"image": {
"thumb": "https://jujhar.com/images/bikes/776400_overview.png",
"large": "https://jujhar.com/images/bikes/776400_light.jpg"
},
"class": ["comfort"]
}
]
}