File: D:/HostingSpaces/SBogers10/boldt.komma.pro/config/site.php
<?php
return [
/* Basic settings
========================================================================== */
'show_grid' => false,
'tracking_cookies' => false,
'mailTo' => 'support@komma.pro',
// Komma
'company' => [
'url' => 'https://boldt.tech',
'name' => 'Boldt',
'address' => 'Stationsstraat 66',
'email' => 'info@boldt.tech',
'zip' => '3550',
'city' => 'Heusden-Zolder',
'country' => 'Belgiƫ',
'kvk' => '????????',
'vat' => '????????',
'bank' => '????????',
'phone' => [
'call' => '003211378809',
'display' => '+32 11 37 88 09',
],
'googleMaps' => [
'lat' => 51.033112,
'lng' => 5.329608,
]
],
'navigation' => [
'services',
'about',
'projects',
'references',
'contact',
],
'mobile_navigation' => [
'home',
'services',
'about',
'projects',
'references',
'contact'
],
'footer_navigation' => [
'home',
'about',
'services',
'projects',
'references',
'contact',
'vacancies'
],
];