module.exports = { top: [ { text: "About", url: "/about", }, { text: "Posts", url: "/posts", }, { text: "Catalogue", url: "/catalogue", }, ], bottom: [], };