change featured pages

This commit is contained in:
isUnknown 2024-09-03 16:23:16 +02:00
parent 4aeeb3a4e4
commit 91885e99e2

View file

@ -1,7 +1,7 @@
<?php
return function() {
$featuredPages = new Pages([page('transmission'), page('programme')]);
$featuredPages = new Pages([page('programme'), page('informations')]);
return $featuredPages;
};