-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
69 lines (54 loc) · 1.44 KB
/
db.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
{
"data":[
{
"id":1,
"alt":"slider-banner",
"url":"/images/slider-01.webp",
"delay": 5000
},
{
"id":2,
"alt":"slider-banner",
"url":"/images/slider-02.webp",
"delay": 5000
},
{
"id":3,
"alt":"slider-banner",
"url":"/images/slider-03.webp",
"delay": 5000
}
],
"category":[
{
"id":1,
"slug": "توپ ورزشی",
"title":"توپ ورزشی",
"image":"/images/top-category-01.webp"
},
{
"id":2,
"slug": "لباس ورزشی",
"title":"لباس ورزشی",
"image":"/images/top-category-02.png"
},
{
"id":3,
"slug": "کفش ورزشی",
"title":"کفش ورزشی",
"image":"/images/top-category-03.webp"
},
{
"id":4,
"slug": "فوتبال دستی",
"title":"فوتبال دستی",
"image":"/images/top-category-04.jpg"
},
{
"id":5,
"slug": "وسایل بدنسازی",
"title":"وسایل بدنسازی",
"image":"/images/gym.svg"
}
]
}