File: D:/HostingSpaces/SBogers10/edwingovers.komma.pro/config/site.php
<?php
return [
/* Basic settings
========================================================================== */
'showGrid' => false,
'trackingCookies' => false,
'mailTo' => 'support@komma.pro',
// Komma
'company' => [
'url' => 'https://edwingovers.nl',
'name' => 'Edwin Govers Schildersbedrijf',
'address' => 'De Wiet 32',
'zip' => '6027 SG',
'city' => 'Soerendonk',
'country' => 'Nederland',
'phone' => [
'call' => '0031651899642',
'display' => '+31 (0)6 51 899 642',
],
'email' => 'info@edwingovers.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.304373,
'lng' => 5.5763161,
],
// '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' => 'Edwin Govers',
'image' => '/img/contact-person.jpg',
],
'navigation' => [
'home',
'about',
'services',
'projects',
'references',
'contact',
],
'mobile_navigation' => [
'home',
'about',
'services',
'projects',
'references',
'contact',
],
// Key is the slug of the desired site
'domains' => [
'default' => ['localhost:8000'],
'lacom' => ['localhost:8001'],
]
];