-
Notifications
You must be signed in to change notification settings - Fork 0
/
products.json
63 lines (62 loc) · 1.31 KB
/
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
[
{
"id": 1,
"name":" Airdopes 131 ",
"price": 899,
"image": "images1/airpods/1.jpg"
},
{
"id": 2,
"name":"Airdopes Atom 83 ",
"price": 999,
"image": "images1/airpods/2.jpg"
},
{
"id": 3,
"name":" Airdopes 141",
"price": 1139,
"image": "images1/airpods/3.jpg"
},
{
"id": 4,
"name":" Airdopes 148 ",
"price": 1549,
"image": "images1/airpods/4.jpg"
},
{
"id": 5,
"name":" Airdopes 163",
"price": 1099,
"image": "images1/airpods/5.jpg"
},
{
"id": 6,
"name":" Airdopes Ace ",
"price": 1299,
"image": "images1/airpods/6.jpg"
},
{
"id": 7,
"name":" Nirvana ion ANC",
"price": 2499,
"image": "images1/airpods/7.jpg"
},
{
"id": 8,
"name":" Immortal 111",
"price": 1399,
"image": "images1/airpods/8.jpg"
},
{
"id": 9,
"name":" Immortal 131",
"price": 1209,
"image": "images1/airpods/9.jpg"
},
{
"id": 10,
"name":" TRebel Airdopes 141",
"price": 1999,
"image": "images1/airpods/10.jpg"
}
]