File: D:/HostingSpaces/SBogers10/helder.komma.pro/config/site.php
<?php
use App\Komma\Sites\SiteServiceInterface;
return [
/* Basic settings
========================================================================== */
'showGrid' => false,
'trackingCookies' => false,
'mailTo' => 'support@komma.pro',
// Komma
'company' => [
'url' => 'https://komma.pro',
'name' => 'Komma',
'address' => 'Randweg-Zuid 1',
'zip' => '6021PW',
'city' => 'Budel',
'country' => 'Nederland',
'kvk' => '012345678',
'vat' => '012345678',
'bank' => '012345678',
'phone' => [
'call' => '0031495599411',
'display' => '+31 (0)495 59 94 11',
],
'googleMaps' => [
'lat' => 51.2618222,
'lng' => 5.5965538,
]
],
'navigation' => [
'home',
'contact',
],
'mobile_navigation' => [
'home',
'contact'
],
'footerNavigation' => [
'home',
'contact'
],
];