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/marisrental/boldt.tech/config/site.php
<?php

return [

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

    'show_grid' => false,
    'tracking_cookies' => false,
//    'mailTo' => 'support@komma.pro',
    'mailTo' => ['info@boldt.tech', 'dirk@boldt.tech'],

    // 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'
    ],

];