HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/wingssprayer.komma.pro/config/site.php
<?php

return [

    /* Basic settings
       ========================================================================== */

    'show_grid' => false,
    'tracking_cookies' => false,
    'mailTo' => 'j.hoeben@wingssprayer.com',

    'company' => [
        'url' => 'https://wingssprayer.com',
        'email' => [
            'general' => 'info@wingssprayer.com',
            'orders' => 'orders@wingssprayer.com',
            'administration' => 'administratie@wingssprayer.com',
            'parts' => 'parts@wingssprayer.com',
            'invoices' => 'facturen@wingssprayer.com',
        ],
        'name' => 'Wingssprayer',
        'full_name' => 'Wingssprayer B.V.',
        'address' => 'Magnesiumstraat 16b',
        'postal_code' => '6031 RV',
        'city' => 'Nederweert',
        'chamber_of_commerce' => '50655159',
        'vat' => 'NL822860429B01',
        'phone' => [
            'call' => '0031495697411',
            'display' => '+31 (0)495 69 74 11',
        ],
        'cellphone' => [
            'call' => '0031653226920',
            'display' => '+31 (0)6 53 22 69 20',
        ],
        'googleMaps' => [
            'lat' => 51.2618222,
            'lng' => 5.5965538,
        ],
        'social' => [
            'facebook' => 'https://www.facebook.com/Wingssprayer-245973342954097/',
            'twitter' => 'https://twitter.com/Wingssprayer',
            'linkedin' => 'https://nl.linkedin.com/company/wingssprayer-b-v-?trk=public_profile_topcard_current_company',
        ],
    ],

    'calculation' => [
        'width' => [
            'min' => 8,
            'max' => 50,
            'initial' => 24,
        ],
        'costs' => [
            'min' => 5000,
            'max' => 1000000,
            'initial' => 150000,
        ],
        'savings' => [
            'min' => 10,
            'max' => 40,
            'initial' => 15,
        ],
    ],

    'navigation' => [
        'product' => [
            'active' => false,
            'subItems' => [
                'technique' => [
                    'active' => false,
                    'subItems' => []
                ],
                'installation' => [
                    'active' => false,
                    'subItems' => []
                ],
                'calculation' => [
                    'active' => false,
                    'subItems' => []
                ],
                'suitable_machines' => [
                    'active' => false,
                    'subItems' => []
                ],
            ]
        ],
        'about' => [
            'active' => false,
            'subItems' => []
        ],
        'references' => [
            'active' => false,
            'subItems' => []
        ],
        'contact' => [
            'active' => false,
            'subItems' => []
        ],
    ],

    'mobile_navigation' => [
        'home',
        'technique',
        'installation',
        'calculation',
        'suitable_machines',
        'about',
        'references',
        'contact',
        'plan_demo',
        'posts',
        'faq',
    ],

    'footer_navigation' => [
        'product' => [
            'technique',
            'installation',
            'calculation',
            'suitable_machines',
        ],
        'company' => [
            'about',
            'references',
            'posts',
            'faq',
            'plan_demo',
            'contact'
        ],
        'other' => [
            'terms',
            'privacy',
            'disclaimer',
        ],
    ],

    'contact_form' => [
        'orders' => 'orders@wingssprayer.com',
        'parts' => 'parts@wingssprayer.com',
        'administration' => 'administratie@wingssprayer.com',
        'invoices' => 'facturen@wingssprayer.com',
        'other' => 'j.hoeben@wingssprayer.com',
    ],


];