feat: initial landing and search pages
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
export const routes = [
|
||||
{
|
||||
title: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
title: "Search",
|
||||
href: "/search",
|
||||
},
|
||||
{
|
||||
title: "Games",
|
||||
href: "/games",
|
||||
},
|
||||
{
|
||||
title: "Compare",
|
||||
href: "/compare",
|
||||
},
|
||||
{
|
||||
title: "Devices",
|
||||
href: "/devices",
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
href: "/about",
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user