<?php
return function() {
$featuredPages = new Pages([page('programme'), page('informations')]);
return $featuredPages;
};