File: D:/HostingSpaces/SBogers10/blije-gasten.komma.pro/config/site.php
<?php
return [
/* Basic settings
========================================================================== */
'show_grid' => false,
'tracking_cookies' => false,
'log_old_session' => false,
'mailTo' => 'support@komma.pro',
'search_key' => 'q',
// Komma
'company' => [
'url' => 'https://blijegasten.be',
'email' => 'info@blijegasten.be',
'fullName' => 'Blije Gasten B.V.',
'name' => 'Blije Gasten',
'address' => 'Nijverheidsweg 14',
'postal_code' => '3960',
'city' => 'Bree',
'country' => 'Belgiƫ',
'chamber_of_commerce' => '012345678',
'vat' => 'BE0668728094',
'iban' => 'BE81 0689 3505 0624',
'phone' => [
'call' => '+3289721642',
'display' => '+32 (0)89 72 16 42',
],
'googleMaps' => [
'lat' => 51.121288,
'lng' => 5.585368,
]
],
'navigation' => [
'inspiration',
'caterers',
'about',
'workflow',
'references',
'contact',
],
'mobile_navigation' => [
'categories',
'inspiration',
'caterers',
'about',
'workflow',
'references',
'faq',
'contact',
],
'footer_navigation' => [
'categories',
'inspiration',
'caterers',
'about',
'workflow',
'references',
'faq',
'contact',
],
'subfooter_navigation' => [
'legal',
'privacy',
'disclaimer',
],
'category_icon' => [
'glass_porcelain' => 'glass',
'cookers' => 'bbq',
],
];