-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathe-tech-products.json
More file actions
107 lines (107 loc) · 2.18 KB
/
Copy pathe-tech-products.json
File metadata and controls
107 lines (107 loc) · 2.18 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
[
{
"id": "1",
"name": "iPhone 15 Pro",
"price": 999.99,
"category": "Smartphones",
"image": "https://placehold.co/200x200"
},
{
"id": "2",
"name": "Samsung Galaxy S24",
"price": 899.99,
"category": "Smartphones",
"image": "https://placehold.co/200x200"
},
{
"id": "3",
"name": "Google Pixel 8",
"price": 799.99,
"category": "Smartphones",
"image": "https://placehold.co/200x200"
},
{
"id": "4",
"name": "iPad Pro 12.9",
"price": 1099.99,
"category": "Tablets",
"image": "https://placehold.co/200x200"
},
{
"id": "5",
"name": "iPad Air",
"price": 599.99,
"category": "Tablets",
"image": "https://placehold.co/200x200"
},
{
"id": "6",
"name": "Samsung Galaxy Tab S9",
"price": 699.99,
"category": "Tablets",
"image": "https://placehold.co/200x200"
},
{
"id": "7",
"name": "MacBook Pro 16",
"price": 2499.99,
"category": "Laptops",
"image": "https://placehold.co/200x200"
},
{
"id": "8",
"name": "MacBook Air M3",
"price": 1199.99,
"category": "Laptops",
"image": "https://placehold.co/200x200"
},
{
"id": "9",
"name": "Dell XPS 15",
"price": 1799.99,
"category": "Laptops",
"image": "https://placehold.co/200x200"
},
{
"id": "10",
"name": "Apple Watch Series 9",
"price": 399.99,
"category": "Wearables",
"image": "https://placehold.co/200x200"
},
{
"id": "11",
"name": "Samsung Galaxy Watch 6",
"price": 299.99,
"category": "Wearables",
"image": "https://placehold.co/200x200"
},
{
"id": "12",
"name": "AirPods Pro 2",
"price": 249.99,
"category": "Audio",
"image": "https://placehold.co/200x200"
},
{
"id": "13",
"name": "Sony WH-1000XM5",
"price": 349.99,
"category": "Audio",
"image": "https://placehold.co/200x200"
},
{
"id": "14",
"name": "Apple TV 4K",
"price": 179.99,
"category": "Accessories",
"image": "https://placehold.co/200x200"
},
{
"id": "15",
"name": "MagSafe Charger",
"price": 39.99,
"category": "Accessories",
"image": "https://placehold.co/200x200"
}
]