HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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'
    ],

];