feat: implement gallery page with category filtering and lightbox functionality

This commit is contained in:
Poyraz Avsever
2026-04-10 10:50:54 +03:00
parent ee3bd56093
commit 83e192ebd6
6 changed files with 279 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ export const NAV_LINKS = [
{ id: "blog", label: "Blog", href: "/blog" },
{ id: "content", label: "İçerikler", href: "/content" },
{ id: "projects", label: "Projeler", href: "/projects" },
{ id: "gallery", label: "Galeri", href: "/gallery" },
{ id: "contact", label: "İletişim", href: "/contact" },
] as const;