File: D:/HostingSpaces/sdo/sdoschoonmaak.nl/config/site.php
<?php
return [
/* Basic settings
========================================================================== */
'showGrid' => false,
'trackingCookies' => false,
'mailTo' => 'info@sdoschoonmaak.nl',
// 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',
'kvk' => '83549226',
'btw' => 'NL862913068B01',
'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'],
]
];