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

return [

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

    'showGrid' => false,
    'trackingCookies' => false,
    'mailTo' => 'info@arborconsulting.nl',

    // Komma
    'company' => [
//        'url' => 'https://arborconsulting.eu',
        'name' => 'Arbor Consulting',
        'full_name' => 'Arbor Consulting B.V.',
        'address' => 'Broekkant 52',
        'zip' => '6021 CV',
        'city' => 'Budel',
        'country' => 'Nederland',
        'phone' => [
            'call' => '00310611749874',
            'display' => '+31 (0)6 1174 9874',
        ],
        'email' => 'info@arborconsulting.nl',

        'social' => [
//            'facebook' => 'https://www.facebook.com/KommaMediadesign/',
//            'instagram' => 'https://www.instagram.com/komma.pro/',
            'linkedin' => 'https://www.linkedin.com/company/arbor-consulting-bv/about/',
            'skype' => 'pascal.hogenboom',
        ],

        'googleMaps' => [
            'lat' => 51.2838158,
            'lng' => 5.5904274,
        ],

        'opening_hours' => [
            '08.30 - 17.00 uur',
            '08.30 - 17.00 uur',
            '08.30 - 17.00 uur',
            '08.30 - 17.00 uur',
            '08.30 - 17.00 uur',
        ],

        'kvk' => '72193174',
        'btw' => 'NL859024064B01',
        'iban' => 'NL26KNAB25754899'
    ],

    'contactPerson' => [
        'name' => 'Pascal Hogenboom ',
        'image' => '/img/contact-person.jpg',
    ],

    'navigation' => [
        'home',
        'aboutpages',
        'method',
        'services',
        'projects',
        'references',
        'posts',
        'contact',
    ],
    'mobile_navigation' => [
        'home',
        'aboutpages',
        'services',
        'method',
        'projects',
        'references',
        'posts',
        'contact',
    ],

    // Key is the slug of the desired site
    'domains' => [
        'default' => ['localhost:8000'],
        'lacom' => ['localhost:8001'],
    ]
];