diff --git a/lib/routes.ts b/lib/routes.ts index 546e40f..a20e8b0 100644 --- a/lib/routes.ts +++ b/lib/routes.ts @@ -20,6 +20,10 @@ export const routes = [ title: "Devices", href: "/devices", }, + { + title: "Contact", + href: "/contact", + }, // TODO: Add back when about page is implemented // { // title: "About",