File: D:/HostingSpaces/SBogers10/inzigd.komma.pro/config/site.php
<?php
use App\Komma\Sites\SiteServiceInterface;
return [
/* Basic settings
========================================================================== */
'show_grid' => false,
'tracking_cookies' => false,
'mailTo' => 'pascal@komma.pro',
// Komma
'company' => [
'name' => 'Inzigd',
'full_name' => 'Inzigd B.V.',
'address' => 'Kroonstraat 12a',
'postal' => '6039 AE',
'city' => 'Stramproy, Limburg',
'country' => 'Nederland', // If will be multi language, move this to the translations
'kvk' => '14105123',
// 'kvk' => '60733144',
// 'ustIdNr' => 'NL126146664B01',
// 'bank' => 'NL07ABNA0435925709',
// 'vat' => 'NL854037391B01',
],
'contactPersons' => [
// See Employees table
// 'henk' => [
// 'name' => 'Henk',
// 'phone' => [
// 'display' => '06-20604885',
// 'call' => '0620604885',
// ],
// 'email' => 'henk@inzigd.nl',
// ],
//
// 'carla' => [
// 'name' => 'Carla',
// 'phone' => [
// 'display' => '06-20604885',
// 'call' => '0620604885',
// ],
// 'email' => 'carla@inzigd.nl',
// ],
],
'socials' => [
'linkedin' => 'https://www.linkedin.com/company/inzigd/',
'facebook' => 'https://www.facebook.com/Inzigd-171221559650569/',
],
'navigation' => [
'teaching',
'enterprising',
'about',
'posts',
],
'footer_navigation' => [
'home',
'about',
'posts',
'contact',
],
'overlay_navigation' => [
'home',
'teaching',
'enterprising',
'about',
'posts',
'contact'
],
];