feat: implement gallery page with category filtering and lightbox functionality
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user