-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
26 lines (26 loc) · 2.92 KB
/
data.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
{
"banners": [
{ "image": "https://raw.githubusercontent.com/premathunga/ethimale-host/main/assets/banners/banner3.jpeg", "text": "Book your service now!" },
{ "image": "https://raw.githubusercontent.com/premathunga/ethimale-host/main/assets/banners/banner1.jpeg", "text": "Welcome to our service app!" },
{ "image": "https://raw.githubusercontent.com/premathunga/ethimale-host/main/assets/banners/banner2.jpeg", "text": "Discover amazing services!" }
],
"categories": [
{ "icon": "https://raw.githubusercontent.com/premathunga/ethimale-host/main/assets/icons/Cleaning.png", "name": "Cleaning" },
{ "icon": "https://raw.githubusercontent.com/premathunga/ethimale-host/main/assets/icons/repairing.png", "name": "Repairing" },
{ "icon": "https://raw.githubusercontent.com/premathunga/ethimale-host/main/assets/icons/painting.png", "name": "Painting" },
{ "icon": "https://raw.githubusercontent.com/premathunga/ethimale-host/main/assets/icons/Cleaning.png", "name": "Cleaning" },
{ "icon": "https://raw.githubusercontent.com/premathunga/ethimale-host/main/assets/icons/repairing.png", "name": "Repairing" },
{ "icon": "https://raw.githubusercontent.com/premathunga/ethimale-host/main/assets/icons/painting.png", "name": "Painting" },
{ "icon": "https://raw.githubusercontent.com/premathunga/ethimale-host/main/assets/icons/repairing.png", "name": "Repairing" },
{ "icon": "https://raw.githubusercontent.com/premathunga/ethimale-host/main/assets/icons/laundry.png", "name": "Laundry" }
],
"popularServices": [
{ "image": "https://raw.githubusercontent.com/premathunga/ethimale-host/main/assets/images/services/service1.jpeg", "title": "ජලනල කාර්මීක 1", "subtitle": "Subtitle 1", "price": "$100" },
{ "image": "https://raw.githubusercontent.com/premathunga/ethimale-host/main/assets/images/services/service2.jpeg", "title": "වඩු කාර්මික 2", "subtitle": "Subtitle 2", "price": "$200" },
{ "image": "https://raw.githubusercontent.com/premathunga/ethimale-host/main/assets/images/services/service3.jpeg", "title": "Service 3", "subtitle": "Subtitle 3", "price": "$300" },
{ "image": "https://raw.githubusercontent.com/premathunga/ethimale-host/main/assets/images/services/service1.jpeg", "title": "ජලනල කාර්මීක 1", "subtitle": "Subtitle 1", "price": "$100" },
{ "image": "https://raw.githubusercontent.com/premathunga/ethimale-host/main/assets/images/services/service2.jpeg", "title": "වඩු කාර්මික 2", "subtitle": "Subtitle 2", "price": "$200" },
{ "image": "https://raw.githubusercontent.com/premathunga/ethimale-host/main/assets/images/services/service3.jpeg", "title": "Service 3", "subtitle": "Subtitle 3", "price": "$300" },
{ "image": "https://raw.githubusercontent.com/premathunga/ethimale-host/main/assets/images/services/service4.jpeg", "title": "Service 4", "subtitle": "Subtitle 4", "price": "$400" }
]
}