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
-Breaking news and industry updates from the world of broadcast engineering
@@ -289,6 +290,10 @@ export default function NewsPage({ articles }: { articles: Article[] }) { {/* Sidebar */}