File: D:/HostingSpaces/SBogers10/stafa.komma.pro/site.php
<?php
return [
/* Basic settings
========================================================================== */
'show_grid' => false,
'tracking_cookies' => false,
'mailTo' => [
'info@stafa.nl',
'casteren@stafa.nl',
],
// 'mailTo' => 'pascal@komma.pro',
// Komma
'company' => [
'url' => 'https://stafa.nl',
'email' => 'info@stafa.nl',
'name' => 'Stafa',
'address' => 'Den Engelsman 18',
'postal_code' => '6026 RB',
'city' => 'Maarheeze',
'country' => 'Nederland',
'chamber_of_commerce' => '17075593',
'vat' => 'NL800966041B01',
'iban' => '012345678',
'phone' => [
'call' => '+31495599888',
'display' => '+31 (0)495 599 888',
],
'mailbox' => [
'address' => 'Postbus 2670',
'postal_code' => '6026 ZH',
'city' => 'Maarheeze',
],
'googleMaps' => [
'lat' => 51.303119,
'lng' => 5.636513,
],
'social' => [
'linkedin' => 'https://www.linkedin.com/company/stafa-group/',
'facebook' => 'https://www.facebook.com/stafagroup/',
'twitter' => 'https://twitter.com/stafagroup',
],
],
'navigation' => [
'about',
'services',
'projects',
'assortment',
'logibin',
'contact',
],
'secondaryNavigation' => [
'posts',
'events',
'jobs',
'duurzaamheid',
'quality',
'documents',
],
'mobile_navigation_main' => [
'home',
'about',
'services',
'projects',
'contact',
],
'mobile_navigation_sub' => [
'posts',
'assortment',
'jobs',
'webshop',
],
'footerNavigation1' => [
'services',
'projects',
'assortment',
'webshop',
],
'footerNavigation2' => [
'about',
'posts',
'events',
'jobs',
'contact',
],
'subfooterNavigation' => [
'terms',
'privacy',
'sitemap',
'disclaimer',
'documents',
],
];