generated from ConductionNL/woo-website-template-apiv2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFooterContent.json
48 lines (48 loc) · 1.53 KB
/
FooterContent.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
45
46
47
48
[
{
"title": "Contact",
"items": [
{
"ariaLabel": "Phone number",
"value": "+140318",
"link": "tel:140318",
"icon": { "prefix": "fas", "icon": "phone", "placement": "left" }
},
{
"ariaLabel": "Address",
"value": "Locaties en openingstijden",
"link": "https://www.ede.nl/contact",
"icon": { "prefix": "fas", "icon": "location-dot", "placement": "left" }
},
{
"ariaLabel": "Contact",
"value": "Contact",
"link": "https://www.ede.nl/contact/",
"icon": { "prefix": "fas", "icon": "earth-europe", "placement": "left" }
}
]
},
{
"title": "Algemeen",
"items": [
{
"ariaLabel": "Website",
"value": "www.ede.nl",
"link": "https://www.ede.nl/",
"icon": { "prefix": "fas", "icon": "globe", "placement": "left" }
},
{
"ariaLabel": "Privacy",
"value": "Over de site en privacyverklaring",
"link": "https://www.ede.nl/over-de-site-en-privacyverklaring",
"icon": { "prefix": "fas", "icon": "circle-exclamation", "placement": "left" }
},
{
"ariaLabel": "Toegankelijkheid",
"value": "Toegankelijkheid",
"link": "https://www.ede.nl/toegankelijkheidsverklaring-edenl",
"icon": { "prefix": "fas", "icon": "user-shield", "placement": "left" }
}
]
}
]