diff --git a/src/app/home-page/components/ArticleFeed.tsx b/src/app/home-page/components/ArticleFeed.tsx index 4ce591a..79c72e1 100644 --- a/src/app/home-page/components/ArticleFeed.tsx +++ b/src/app/home-page/components/ArticleFeed.tsx @@ -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];