export const routes = [ { title: "Home", href: "/", }, { title: "Search", href: "/search", }, // TODO: Add back when games page is implemented // { // title: "Games", // href: "/games", // }, // TODO: Add back when compare page is implemented // { // title: "Compare", // href: "/compare", // }, { title: "Devices", href: "/devices", }, // TODO: Add back when about page is implemented // { // title: "About", // href: "/about", // } ]