Last active
March 19, 2019 12:24
-
-
Save hosembafer/6ace3b5d720aba40807debb89a51ddc4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
data: { | |
pageTitle: 'VEELGESTELDE VRAGEN', | |
pageIconUuid: 'cd34154b-d009-44f8-81ae-0c080ccbb0a5', | |
questions: [ | |
{ | |
title: 'Faq title 1', | |
text: 'Faq description text 1', | |
}, | |
{ | |
title: 'Faq title 2', | |
text: 'Faq description text 2', | |
}, | |
{ | |
title: 'Faq title 3', | |
text: 'Faq description text 3', | |
}, | |
], | |
telephone: '085 - 888 63 53', | |
email: '[email protected]', | |
workingHours: 'Maandag t/m vrijdag<br />8:00-22:00u<br />Zaterdag<br />9:00-18:00u<br />Zondag<br />9:00-12:00u', | |
footerText: 'Wij streven er naar binnen 48 uur een eerste reactie op iedere vraag te geven. Indien een significant langere periode nodig is om een inhoudelijke reactie te geven dan geven wij dit zo spoedig mogelijk na ontvangst van uw vraag aan.', | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment