File size: 2,197 Bytes
3105a9a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
json
[
  {
    "id": 1,
    "name": "Wireless Noise Headphones",
    "price": 299.00,
    "category": "tech",
    "image": "http://static.photos/technology/640x360/1",
    "rating": 4.8,
    "description": "Immersive sound with active noise cancellation and 30-hour battery life."
  },
  {
    "id": 2,
    "name": "Ergonomic Mechanical Keyboard",
    "price": 149.50,
    "category": "tech",
    "image": "http://static.photos/workspace/640x360/2",
    "rating": 4.7,
    "description": "Tactile switches with a split design for maximum comfort during long coding sessions."
  },
  {
    "id": 3,
    "name": "Modern Desk Lamp",
    "price": 89.99,
    "category": "design",
    "image": "http://static.photos/interior/640x360/3",
    "rating": 4.5,
    "description": "Adjustable LED lighting with multiple color temperatures to set the mood."
  },
  {
    "id": 4,
    "name": "4K Monitor 27inch",
    "price": 450.00,
    "category": "tech",
    "image": "http://static.photos/technology/640x360/4",
    "rating": 4.9,
    "description": "Crystal clear display perfect for designers and developers. HDR10 supported."
  },
  {
    "id": 5,
    "name": "Minimalist Notebook Set",
    "price": 24.00,
    "category": "design",
    "image": "http://static.photos/stationery/640x360/5",
    "rating": 4.3,
    "description": "Premium paper quality with a hardcover finish. Includes 3 notebooks."
  },
  {
    "id": 6,
    "name": "Smart Watch Series 5",
    "price": 399.00,
    "category": "tech",
    "image": "http://static.photos/technology/640x360/6",
    "rating": 4.6,
    "description": "Track your fitness, heart rate, and stay connected on the go."
  },
  {
    "id": 7,
    "name": "Ergonomic Office Chair",
    "price": 650.00,
    "category": "design",
    "image": "http://static.photos/workspace/640x360/7",
    "rating": 4.8,
    "description": "Lumbar support and breathable mesh for all-day comfort."
  },
  {
    "id": 8,
    "name": "USB-C Hub Pro",
    "price": 59.99,
    "category": "tech",
    "image": "http://static.photos/technology/640x360/8",
    "rating": 4.4,
    "description": "All-in-one connectivity solution with HDMI, USB 3.0, and SD card slots."
  }
]

</html>