Remove recognition page, adjust section on index

This commit is contained in:
2025-12-17 09:17:36 +10:30
parent b8b4ddd059
commit ca6f0de553
4 changed files with 19 additions and 37 deletions
-1
View File
@@ -7,7 +7,6 @@ const links: Link[] = [
{ href: "/", label: "Home" },
{ href: "/about/", label: "About" },
{ href: "/projects/", label: "Projects" },
{ href: "/recognition/", label: "Recognition" },
{ href: "/contact/", label: "Contact" }
];