<?php
/**
* Created by PhpStorm.
* User: driesjanssen
* Date: 1/25/17
* Time: 3:17 PM
*/
return [
'main_navigation' => [
'home',
'services',
'projects',
'news',
'about',
'contact',
],
// If you want to use a different navigation for footer, change variables in FooterComposer.php
'footer_navigation' => [
'home',
'about',
'services',
'methods',
'projects',
'references',
'news',
'contact',
]
];