refactor(nav): remove newsletter route and menu link

This commit is contained in:
Poyraz Avsever
2026-03-11 12:00:16 +03:00
parent 0a43eeb4a2
commit 528fa12443
3 changed files with 1 additions and 97 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
export const NAV_LINKS = [
export const NAV_LINKS = [
{ id: "about", label: "Hakkımda", href: "/about" },
{ id: "blog", label: "Blog", href: "/blog" },
{ id: "content", label: "İçerikler", href: "/content" },
{ id: "newsletter", label: "Bülten", href: "/newsletter" },
{ id: "projects", label: "Projeler", href: "/projects" },
{ id: "contact", label: "İletişim", href: "/contact" },
] as const;