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

return [

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

    'showGrid' => false,
    'trackingCookies' => false,
    'mailTo' => 'support@komma.pro',

    // Komma
    'company' => [
        'url' => 'https://www.sdoschoonmaak.nl/',
        'name' => 'SDO Schoonmaak',
        'address' => 'Edisonlaan 18 E',
        'zip' => '6003 DB',
        'city' => 'Weert',
        'country' => 'Nederland',
        'phone' => [
            'call' => '0031495534812',
            'display' => '+31 (0)495 534812 ',
        ],
        'email' => 'info@sdoschoonmaak.nl',

        'social' => [
            'facebook' => 'https://www.facebook.com/KommaMediadesign/',
            'instagram' => 'https://www.instagram.com/komma.pro/',
            'linkedin' => 'https://www.linkedin.com/company/komma-web-and-branding-agency/',
        ],

        'googleMaps' => [
            'lat' => 51.2691338,
            'lng' => 5.7288541,
        ],

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

    'contactPerson' => [
        'name' => 'Martin Schneider',
        'image' => '/img/person.png',
//        'text' => 'Operationeel Manager',
    ],
    'contactPerson2' => [
        'name' => 'David Pellemans',
        'image' => '/img/person2.png',
//        'text' => 'Operationeel Manager',
    ],

    'navigation' => [
        'home',
        'about', 
        'method',
        'services',
        'projects',
        'vacancies',
        'references',
        'contact',
    ],
    'mobile_navigation' => [
        'home',
        'about',
        'method',
        'services',
        'projects',
        'vacancies',
        'references',
        'contact',
    ],

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