-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
65 lines (65 loc) · 1.19 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
[
{
"id": 1,
"name": "کیف",
"price": 150000,
"image": "./images/bag.png",
"alt": "bag product"
},
{
"id": 2,
"name": "خودکار",
"price": 10000,
"image": "./images/pen.png",
"alt": "pen product"
},
{
"id": 3,
"name": "دفترچه یادداشت",
"price": 36000,
"image": "./images/note-book.png",
"alt": "note book product"
},
{
"id": 4,
"name": "مداد رنگی",
"price": 43000,
"image": "./images/colored-pencils.png",
"alt": "colored pencils product"
},
{
"id": 5,
"name": "مداد",
"price": 15000,
"image": "./images/pencil.png",
"alt": "pencil product"
},
{
"id": 6,
"name": "خطکش",
"price": 23000,
"image": "./images/ruler.png",
"alt": "ruler product"
},
{
"id": 7,
"name": "لیوان",
"price": 28000,
"image": "./images/mug.png",
"alt": "mug product"
},
{
"id": 8,
"name": "پاکن",
"price": 12000,
"image": "./images/eraser.png",
"alt": "eraser product"
},
{
"id": 9,
"name": "چسب چوب",
"price": 67000,
"image": "./images/glue-stick.png",
"alt": "glue stick product"
}
]