chore: trim homepage Industry News topic chips

Removed IP Workflows, NAB 2026, EAS, Sports Broadcasting, Ad Tech
from the homepage filter row per Ryan. /news still carries the full set.
This commit is contained in:
Ryan Salazar
2026-05-23 01:30:20 +00:00
parent 998ff14b71
commit ae96d71d9b

View File

@@ -32,15 +32,10 @@ const ALL_CATEGORIES = [
"All",
"Cloud",
"AI",
"IP Workflows",
"Live Production",
"Streaming",
"Audio",
"Cameras",
"NAB 2026",
"EAS",
"Sports Broadcasting",
"Ad Tech",
];
const SOURCE_FILTERS = ["All", "Live", "Imported"] as const;
type SourceFilter = typeof SOURCE_FILTERS[number];