<?php
/**
* Created by PhpStorm.
* User: driesjanssen
* Date: 1/25/17
* Time: 3:17 PM
*/
return [
'main_navigation' => [
'home',
'about',
'methods',
'services', //Trainingen
'projects', //Producten
'references',
'mysteryActs',
'lotuscircle',
'contact',
],
'footer_navigation' => [
'home',
'about',
'methods',
'services', //Trainingen
'projects', //Producten
'references',
'mysteryActs',
'lotuscircle',
'contact',
]
];