-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
108 lines (108 loc) · 3.23 KB
/
data.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
[
{
"id": "1",
"name": "Healthy Deal A",
"image": "https://images.unsplash.com/photo-1567620905732-2d1ec7ab7445?q=80&w=1980&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D",
"distance": "1000",
"discount": "10",
"type": "dinner",
"century ": "Japanese",
"rating": "4.5"
},
{
"id": "2",
"name": "Tasty Deal A",
"image": "https://images.unsplash.com/photo-1546069901-ba9599a7e63c?q=80&w=2080&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D",
"distance": "1000",
"discount": "10",
"type": "dinner",
"century ": "Japanese",
"rating": "2"
},
{
"id": "3",
"name": "Limited Deal A",
"image": "https://images.unsplash.com/photo-1540189549336-e6e99c3679fe?q=80&w=1887&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D",
"distance": "1000",
"discount": "10",
"type": "dinner",
"century ": "Japanese",
"rating": "3"
},
{
"id": "4",
"name": "Limited Deal B",
"image": "https://images.unsplash.com/photo-1555939594-58d7cb561ad1?q=80&w=1887&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D",
"distance": "1000",
"discount": "10",
"type": "dinner",
"century ": "Japanese",
"rating": "5",
"isHighLighted": true
},
{
"id": "5",
"name": "Tasty Deal B",
"image": "https://images.unsplash.com/photo-1467003909585-2f8a72700288?q=80&w=1887&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D",
"distance": "1000",
"discount": "10",
"type": "dinner",
"century ": "Japanese",
"rating": "5"
},
{
"id": "6",
"name": "Healthy Deal B",
"image": "https://images.unsplash.com/photo-1497034825429-c343d7c6a68f?q=80&w=1887&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D",
"distance": "1000",
"discount": "10",
"type": "dinner",
"century ": "Japanese",
"rating": "4",
"isHighLighted": true
},
{
"id": "7",
"name": "Tasty Deal C",
"image": "https://images.unsplash.com/photo-1476224203421-9ac39bcb3327?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D",
"distance": "1000",
"discount": "10",
"type": "dinner",
"century ": "Japanese",
"rating": "4.5",
"isHighLighted": true
},
{
"id": "8",
"name": "Healthy Deal C",
"image": "https://images.pexels.com/photos/699953/pexels-photo-699953.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1",
"distance": "1000",
"discount": "10",
"type": "dinner",
"century ": "Japanese",
"rating": "3.5",
"isHighLighted": true
},
{
"id": "9",
"name": "Tasty Deal D",
"image": "https://images.pexels.com/photos/1633525/pexels-photo-1633525.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1",
"distance": "1000",
"discount": "10",
"type": "dinner",
"century ": "Japanese",
"rating": "2.5",
"isHighLighted": true
},
{
"id": "10",
"name": "Limited Deal C",
"image": "https://images.pexels.com/photos/1199957/pexels-photo-1199957.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1",
"distance": "1000",
"discount": "10",
"type": "dinner",
"century ": "Japanese",
"rating": "5",
"isHighLighted": true
}
]