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/inzigd.komma.pro/config/site.php
<?php

use App\Komma\Sites\SiteServiceInterface;

return [

    /* Basic settings
       ========================================================================== */

    'show_grid' => false,
    'tracking_cookies' => false,
    'mailTo' => 'pascal@komma.pro',

    // Komma
    'company' => [
        'name'     => 'Inzigd',
        'full_name' => 'Inzigd B.V.',

        'address' => 'Kroonstraat 12a',
        'postal' => '6039 AE',
        'city' => 'Stramproy, Limburg',
        'country' => 'Nederland', // If will be multi language, move this to the translations
        'kvk' => '14105123',

//        'kvk' => '60733144',
//        'ustIdNr' => 'NL126146664B01',
//        'bank' => 'NL07ABNA0435925709',
//        'vat'  => 'NL854037391B01',
    ],

    'contactPersons' => [
        // See Employees table
//        'henk' => [
//            'name' => 'Henk',
//            'phone' => [
//                'display' => '06-20604885',
//                'call' => '0620604885',
//            ],
//            'email'     => 'henk@inzigd.nl',
//        ],
//
//        'carla' => [
//            'name' => 'Carla',
//            'phone' => [
//                'display' => '06-20604885',
//                'call' => '0620604885',
//            ],
//            'email'     => 'carla@inzigd.nl',
//        ],
    ],

    'socials' => [
        'linkedin' => 'https://www.linkedin.com/company/inzigd/',
        'facebook' => 'https://www.facebook.com/Inzigd-171221559650569/',
    ],

    'navigation' => [
        'teaching',
        'enterprising',
        'about',
        'posts',
    ],

    'footer_navigation' => [
        'home',
        'about',
        'posts',
        'contact',
    ],

    'overlay_navigation' => [
        'home',
        'teaching',
        'enterprising',
        'about',
        'posts',
        'contact'
    ],

];