-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
76 lines (76 loc) · 1.96 KB
/
db.json
File metadata and controls
76 lines (76 loc) · 1.96 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
{
"products": [
{
"id": 1,
"title": "Samsung Galaxy S23 Ultra 5G",
"price": 149999,
"img": "./src/assets/products/samsung-galaxy-s23-ultra-green-official-image.jpg"
},
{
"id": 2,
"title": "Samsung Galaxy A17 5G",
"price": 24999,
"img": "./src/assets/products/galaxy-a17-5g.jpg"
},
{
"id": 3,
"title": "Samsung Galaxy M14 5G",
"price": 28499,
"img": "./src/assets/products/galaxy-m14-5g.jpg"
},
{
"id": 4,
"title": "Samsung Galaxy S25 FE",
"price": 89999,
"img": "./src/assets/products/galaxy-s25-fe.jpg"
},
{
"id": 5,
"title": "Samsung Galaxy S23 FE",
"price": 99999,
"img": "./src/assets/products/galaxy-s23-fe.jpg"
},
{
"id": 6,
"title": "Samsung Galaxy S25 Ultra",
"price": 199999,
"img": "./src/assets/products/galaxy-s25-ultra.jpg"
},
{
"id": 7,
"title": "Samsung Galaxy Z Flip 4",
"price": 147999,
"img": "./src/assets/products/galaxy-z-flip4.jpg"
},
{
"id": 8,
"title": "Samsung Galaxy Z Flip 5",
"price": 183999,
"img": "./src/assets/products/galaxy-z-fold5.jpg"
},
{
"id": 9,
"title": "Samsung Galaxy A23 LTE",
"price": 32499,
"img": "./src/assets/products/galaxy-a23-lte.jpg"
},
{
"id": 10,
"title": "Samsung Galaxy F22",
"price": 24999,
"img": "./src/assets/products/galaxy-f22.jpg"
},
{
"id": 11,
"title": "Samsung Galaxy S21 FE 5G",
"price": 79999,
"img": "./src/assets/products/galaxy-s21-fe.jpg"
},
{
"id": 12,
"title": "Samsung Galaxy M55",
"price": 22000,
"img": "./src/assets/products/galaxy-m55-5g.jpg"
}
]
}