export default { top: [ { text: "About", url: "/about", icon: "circle-info", }, { text: "Posts", url: "/posts", icon: "list", }, { text: "Games", url: "/games", icon: "game-controller", }, { text: "Watching", url: "/watching", icon: "tv-retro", }, { text: "Books", url: "/books", icon: "book", }, ], bottom: [ { text: "Blogroll", url: "/blogroll" }, { text: "Colophon", url: "/colophon", }, { text: "Contact", url: "/contact", }, { text: "/uses", url: "/uses", }, { text: "/now", url: "/now", }, ], };