File: D:/HostingSpaces/bekkers/bekkersengineering.nl/config/site.php
<?php
return [
/* Basic settings
========================================================================== */
'showGrid' => false,
'trackingCookies' => false,
'mailTo' => 'jhmjbekkers@msn.com',
// Komma
'company' => [
'url' => 'https://bekkersengineering.nl',
'name' => 'Bekkers Engineering',
'address' => 'Fabrieksstraat 106-B',
'zip' => '6021 RE',
'city' => 'Budel',
'country' => 'Nederland',
'phone' => [
'call' => '0031614616893',
'display' => '+31 (0)6 14 61 68 93',
],
'email' => 'jhmjbekkers@msn.com',
// '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.251091,
'lng' => 5.5900902,
],
// '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' => 'Jan Bekkers',
'image' => '/img/contact-person.jpg',
],
'navigation' => [
'home',
'about',
'services',
'references',
'contact',
],
'mobile_navigation' => [
'home',
'about',
'services',
'references',
'contact',
],
// Key is the slug of the desired site
'domains' => [
'default' => ['localhost:8000'],
'lacom' => ['localhost:8001'],
]
];