feat: add back to top, services, about

This commit is contained in:
2022-08-09 19:13:22 -04:00
parent 3c7d81fd36
commit 58131e5a3e
15 changed files with 327 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
export const navItems = [
{ href: "/about", title: "About" },
{ href: "/#about", title: "About" },
{ href: "/blog", title: "Blog" },
{ href: "/stories", title: "Stories" },
];