From b4eb56c81d58d834eca78418f40974085684da6b Mon Sep 17 00:00:00 2001 From: Ryan Salazar Date: Wed, 20 May 2026 05:45:20 +0000 Subject: [PATCH] news: SidebarAdStack in /news sidebar (300x600 + every 300x250); 'Industry News' title --- src/app/news/NewsPageClient.tsx | 7 ++++++- src/app/news/page.tsx | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/app/news/NewsPageClient.tsx b/src/app/news/NewsPageClient.tsx index ee85210..82ddb4d 100644 --- a/src/app/news/NewsPageClient.tsx +++ b/src/app/news/NewsPageClient.tsx @@ -8,6 +8,7 @@ import Footer from "@/components/Footer"; import AppImage from "@/components/ui/AppImage"; import type { Article } from "@/lib/articles/types"; import AISuggestedArticles from "@/components/AISuggestedArticles"; +import SidebarAdStack from "@/components/SidebarAdStack"; const CATEGORIES = ["All", "Cloud", "AI", "IP Workflows", "Live Production", "Streaming", "Audio", "Cameras", "NAB 2026", "EAS", "Sports Broadcasting", "Ad Tech"]; @@ -126,7 +127,7 @@ export default function NewsPage({ articles }: { articles: Article[] }) { News
-

Latest Broadcast News

+

Industry News

Breaking news and industry updates from the world of broadcast engineering

@@ -289,6 +290,10 @@ export default function NewsPage({ articles }: { articles: Article[] }) { {/* Sidebar */}