nav: add Directory + NAB 2026 to main menu
This commit is contained in:
@@ -30,6 +30,8 @@ interface NavItem {
|
|||||||
const navLinks: NavItem[] = [
|
const navLinks: NavItem[] = [
|
||||||
{ label: "HOME", href: "/" },
|
{ label: "HOME", href: "/" },
|
||||||
{ label: "SHOW COVERAGE", href: "/show-coverage" },
|
{ label: "SHOW COVERAGE", href: "/show-coverage" },
|
||||||
|
{ label: "DIRECTORY", href: "/manufacturers" },
|
||||||
|
{ label: "NAB 2026", href: "/nab-2026" },
|
||||||
{ label: "FORUM", href: "/forum" },
|
{ label: "FORUM", href: "/forum" },
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user