feat: add Content and Newsletter links to navigation

This commit is contained in:
poyrazavsever
2026-03-10 21:49:10 +03:00
parent 17ec09f8ab
commit 3bf8b362e4
+2
View File
@@ -2,6 +2,8 @@ export const NAV_LINKS = [
{ id: "home", label: "Home", href: "/" },
{ id: "about", label: "About", href: "/about" },
{ id: "blog", label: "Blog", href: "/blog" },
{ id: "content", label: "Content", href: "/content" },
{ id: "newsletter", label: "Newsletter", href: "/newsletter" },
{ id: "projects", label: "Projects", href: "/projects" },
{ id: "contact", label: "Contact", href: "/contact" },
] as const;