File: D:/HostingSpaces/SBogers54/csbinstallatietechniek.nl/config/site.php
<?php
return [
/* Basic settings
========================================================================== */
'show_grid' => false,
'tracking_cookies' => false,
'mailTo' => 'info@csbinstallatietechniek.nl',
'quotationMailTo' => 'calculatie@csbinstallatietechniek.nl',
// Komma
'company' => [
'url' => 'https://csbinstallatietechniek.nl',
'email' => 'info@csbinstallatietechniek.nl',
'name' => 'CSB Installatietechniek B.V.',
'address' => 'Randweg-Zuid 13',
'postal_code' => '6021 PT',
'city' => 'Budel',
'country' => 'Nederland',
'chamber_of_commerce' => '17140572',
'vat' => '8103.34.057.B01',
'phone' => [
'call' => '+31495595959',
'display' => '+31 (0)495 59 59 59',
],
'googleMaps' => [
'lat' => 51.2618222,
'lng' => 5.5965538,
]
],
'navigation' => [
'products',
'projects',
'design_build',
'subsidy',
'contact',
],
'secondaryNavigation' => [
'home',
'about',
'service',
'references',
'vacancies',
],
'mobile_navigation' => [
'home',
'products',
'projects',
'design_build',
'subsidy',
'contact',
'about',
'service',
'references',
'vacancies',
],
'footer_navigation' => [
'home',
'projects',
'about',
'service',
'products',
'references',
'design_build',
'subsidy',
'contact',
],
'subfooter_navigation' => [
'privacy',
'sitemap',
'disclaimer',
'terms',
],
];