File: D:/HostingSpaces/SBogers10/slenders.komma.pro/config/site.php
<?php
use App\Komma\Sites\SiteServiceInterface;
return [
/* Basic settings
========================================================================== */
'show_grid' => false,
'tracking_cookies' => false,
'mailTo' => 'support@komma.pro',
// 'mailTo' => 'marijke@slenders.nl',
// Komma
'company' => [
'url' => 'https://www.slenders.nl',
'name' => 'Slenders',
'full_name' => 'Slenders Wooncomfort',
'address' => 'Burgemeester van Houtstraat 71',
'zip' => '6021 AS',
'city' => 'Budel',
'country' => 'Nederland',
'mail' => 'info@slenders.nl ',
// 'kvk' => '012345678',
// 'vat' => '012345678',
// 'bank' => '012345678',
'phone' => [
'call' => '0031495431480',
'display' => '+31 (0)495 43 14 80',
],
'googleMaps' => [
'lat' => 51.2732328,
'lng' => 5.5809188,
],
],
'socials' => [
'facebook' => 'https://www.facebook.com/pages/Wooncomfort-Slenders/2366848136675531',
'instagram' => 'https://www.instagram.com/slenderswooncomfort',
],
'navigation' => [
'primary' => [
'living',
'sleeping',
'interior'
],
'secondary' => [
'home',
'about',
'posts',
'contact',
],
'mobile' => [
'home',
'living',
'sleeping',
'interior',
'about',
'posts',
'contact',
],
],
'contact_person' => [
'name' => 'Marijke',
'img' => '/img/contact-person.jpg'
],
'opening_hours' => [
'default' => [
'09:00 - 12:00',
'13:00 - 18:00',
],
'friday' => [
'09:00 - 12:00',
'13:00 - 20:00',
],
'saturday' => [
'10:00 - 17:00'
],
],
];