-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproducts.json
62 lines (62 loc) · 1.08 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
[
{
"id": 1,
"name": "Bose QuietComfort Ultra Earbuds",
"price": 299,
"image": "images/bose.jpg"
},
{
"id": 2,
"name": "Sony WF-1000XM5",
"price": 152.66,
"image": "images/p2replace.jpg"
},
{
"id": 3,
"name": "Soundpeats Air3 Deluxe HS",
"price": 25,
"image": "images/p3.webp"
},
{
"id": 4,
"name": "Apple AirPods 3rd Generation",
"price": 179,
"image": "images/p4.png"
},
{
"id": 5,
"name": "Google Pixel Buds Pro",
"price": 143.03,
"image": "images/p5.jpg"
},
{
"id": 6,
"name": "Bowers & Wilkins PI7 S2",
"price": 399,
"image": "images/p6.jpg"
},
{
"id": 7,
"name": "Jabra Elite 8 Active",
"price": 122.19,
"image": "images/p7.jpeg"
},
{
"id": 8,
"name": "Master & Dynamic MW09",
"price": 349,
"image": "images/p8.webp"
},
{
"id": 9,
"name": "Technics EAH-AZ80",
"price": 238.13,
"image": "images/p9.jpg"
},
{
"id": 10,
"name": "Creative Labs Aurvana Ace 2",
"price": 99.5,
"image": "images/p10.jpg"
}
]