-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.json
44 lines (44 loc) · 1.04 KB
/
services.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
[
{
"id": "plumbing-1",
"name": "Sink Unclogging",
"description": "Professional plumbing services for unclogging sinks.",
"price": 75.0,
"category": "Plumbing"
},
{
"id": "plumbing-2",
"name": "Faucet Repair",
"description": "Repair and replacement of leaky faucets.",
"price": 90.0,
"category": "Plumbing"
},
{
"id": "electrical-1",
"name": "Outlet Installation",
"description": "Installation of new electrical outlets.",
"price": 60.0,
"category": "Electrical"
},
{
"id": "electrical-2",
"name": "Lighting Repair",
"description": "Repair and replacement of lighting fixtures.",
"price": 55.0,
"category": "Electrical"
},
{
"id": "carpentry-1",
"name": "Furniture Assembly",
"description": "Assembly of flat-pack furniture.",
"price": 45.0,
"category": "Carpentry"
},
{
"id": "carpentry-2",
"name": "Shelving Installation",
"description": "Custom shelving installation.",
"price": 50.0,
"category": "Carpentry"
}
]