File: D:/HostingSpaces/SBogers87/basephotography.nl/app/config/business.php
<?php
return [
'name' => 'BASE Photography',
'email' => 'info@basephotography.nl',
'phone' => [
'call' => '0031629296966',
'display' => '06 29 29 69 66',
],
'adress' => 'Wezelplein 2',
'zip' => '5701 DD',
'city' => 'Helmond',
'social' => [
'facebook' => 'https://www.facebook.com/basephotography',
'twitter' => 'http://www.twitter.com/basgijselhart',
'insta' => 'https://www.instagram.com/basephotography',
'linkedin' => 'http://nl.linkedin.com/in/basgijselhart',
],
'admin_emails' => 'support@komma.pro'
];