feat: add Contact route to navigation

This commit is contained in:
2026-04-28 02:10:28 +08:00
parent e14dafde62
commit 7bcee83d03
+4
View File
@@ -20,6 +20,10 @@ export const routes = [
title: "Devices", title: "Devices",
href: "/devices", href: "/devices",
}, },
{
title: "Contact",
href: "/contact",
},
// TODO: Add back when about page is implemented // TODO: Add back when about page is implemented
// { // {
// title: "About", // title: "About",