sitewide: rename THE LATEST → INDUSTRY NEWS; add social shares to /articles/<slug> template too

This commit is contained in:
Ryan Salazar
2026-05-22 05:02:59 +00:00
parent 66880b2d6e
commit 06390db497
5 changed files with 65 additions and 11 deletions

View File

@@ -30,7 +30,7 @@ interface NavItem {
const navLinks: NavItem[] = [
{ label: "HOME", href: "/" },
{ label: "FEATURED", href: "/#featured" },
{ label: "THE LATEST", href: "/news" },
{ label: "INDUSTRY NEWS", href: "/news" },
{ label: "SHOW COVERAGE", href: "/show-coverage" },
{ label: "FORUM", href: "/forum" },
];