From 41589be5982f9cf6ef1b3b5942f2fafcd858ecf1 Mon Sep 17 00:00:00 2001 From: Remko Huisman <43807324+remko48@users.noreply.github.com> Date: Thu, 31 Oct 2024 15:39:15 +0100 Subject: [PATCH] Update FooterContent.json --- FooterContent.json | 137 +++++++++++++++++++++++++++------------------ 1 file changed, 84 insertions(+), 53 deletions(-) diff --git a/FooterContent.json b/FooterContent.json index 771df1b..0b41e24 100644 --- a/FooterContent.json +++ b/FooterContent.json @@ -1,54 +1,85 @@ [ - { - "title": "Algemeen", - "items": [ - { - "ariaLabel": "Website", - "value": "www.lansingerland.nl/", - "link": "https://lansingerland.nl/", - "icon": { "prefix": "fas", "icon": "globe", "placement": "left" } - }, - { - "ariaLabel": "Privacy", - "value": "Privacy", - "link": "https://lansingerland.nl/privacyverklaring", - "icon": { "prefix": "fas", "icon": "circle-exclamation", "placement": "left" } - }, - { - "ariaLabel": "Toegankelijkheid", - "value": "Toegankelijkheid", - "link": "https://www.lansingerland.nl/toegankelijkheidsverklaring/", - "icon": { "prefix": "fas", "icon": "user-shield", "placement": "left" } - }, - { - "ariaLabel": "Over deze website", - "value": "Over deze website", - "markdownLink": "https://github.com/ConductionNL/woo-website-template/blob/main/assets/Over%20deze%20website.md", - "icon": { "prefix": "fas", "icon": "circle-info", "placement": "left" } - } - ] - }, - { - "title": "Contact", - "items": [ - { - "ariaLabel": "Phone number", - "value": "14 071", - "link": "tel:14071", - "icon": { "prefix": "fas", "icon": "phone", "placement": "left" } - }, - { - "ariaLabel": "Contact", - "value": "Contact", - "link": "https://www.lansingerland.nl/contact/", - "icon": { "prefix": "fas", "icon": "address-book", "placement": "left" } - }, - { - "ariaLabel": "Onze locaties", - "value": "Onze locaties", - "link": "https://www.lansingerland.nl/contact/#servicepunten", - "icon": { "prefix": "fas", "icon": "location-dot", "placement": "left" } - } - ] - } - ] \ No newline at end of file + { + "title": "Contact", + "items": [ + { + "ariaLabel": "Phone number", + "value": "Telefoon: 010 800 40 00", + "link": "tel:+31 (0)85 3036840", + "icon": { "prefix": "fas", "icon": "phone-flip", "placement": "left" } + }, + { + "ariaLabel": "WhatsApp", + "value": "WhatsApp: 06 46 00 10 84", + "link": "https://wa.me/31646001084", + "icon": { "prefix": "fab", "icon": "whatsapp", "placement": "left" } + }, + { + "ariaLabel": "Locations", + "value": "Onze locaties", + "link": "https://www.lansingerland.nl/contact#servicepunten", + "icon": { "prefix": "fas", "icon": "location-dot", "placement": "left" } + } + ] + }, + { + "title": "Ga naar", + "items": [ + { + "ariaLabel": "Contact", + "value": "Contact", + "link": "https://www.lansingerland.nl/contact/" + }, + { + "ariaLabel": "Agenda", + "value": "Agenda", + "link": "https://www.lansingerland.nl/agenda/" + }, + { + "ariaLabel": "Vacatures", + "value": "Vacatures", + "link": "https://www.lansingerland.nl/vacatures/" + }, + { + "ariaLabel": "Archief", + "value": "Archief", + "link": "https://www.lansingerland.nl/archief/" + }, + { + "ariaLabel": "Sociale Media", + "value": "Sociale Media", + "link": "https://www.lansingerland.nl/sociale-media/" + } + ] + }, + { + "title": "Algemeen", + "items": [ + { + "ariaLabel": "Bekendmakingen en regelgeving", + "value": "Bekendmakingen en regelgeving", + "link": "https://www.lansingerland.nl/politiek-en-organisatie/bekendmakingen-en-regelgeving/" + }, + { + "ariaLabel": "Privacyverklaring", + "value": "Privacyverklaring", + "link": "https://www.lansingerland.nl/privacyverklaring/" + }, + { + "ariaLabel": "Toegankelijkheidsverklaring", + "value": "Toegankelijkheidsverklaring", + "link": "https://www.lansingerland.nl/toegankelijkheidsverklaring/" + }, + { + "ariaLabel": "Proclaimer", + "value": "Proclaimer", + "link": "https://www.lansingerland.nl/proclaimer/" + }, + { + "ariaLabel": "Datalek", + "value": "Datalek", + "link": "https://www.lansingerland.nl/responsible-disclosure/" + } + ] + } +]