From 4e867e2819d868ce4b8ae438cdd8c26fb1920dd7 Mon Sep 17 00:00:00 2001 From: Ryan Salazar Date: Wed, 20 May 2026 05:43:58 +0000 Subject: [PATCH] =?UTF-8?q?branding:=20'Latest=20Broadcast=20News'=20?= =?UTF-8?q?=E2=86=92=20'Industry=20News';=20'Broadcast=20Technology'=20?= =?UTF-8?q?=E2=86=92=20'Production=20Technology'=20(page=20+=20footer=20+?= =?UTF-8?q?=20metadata)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/technology/page.tsx | 6 +++--- src/components/Footer.tsx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/technology/page.tsx b/src/app/technology/page.tsx index 9166d75..cefb8e9 100644 --- a/src/app/technology/page.tsx +++ b/src/app/technology/page.tsx @@ -11,12 +11,12 @@ import { getLegacyArticlesBySection } from "@/lib/articles/legacy-source"; export const revalidate = 1800; export const metadata: Metadata = { - title: "Broadcast Technology Deep Dives — Broadcast Beat", + title: "Production Technology Deep Dives — Broadcast Beat", description: "Deep-dive analysis of broadcast technology trends: IP workflows, cloud production, AI automation, streaming infrastructure, and ATSC 3.0.", alternates: { canonical: "/technology" }, openGraph: { - title: "Broadcast Technology Deep Dives — Broadcast Beat", + title: "Production Technology Deep Dives — Broadcast Beat", description: "Deep-dive analysis of broadcast technology trends: IP workflows, cloud production, AI automation, streaming infrastructure, and ATSC 3.0.", url: "/technology", @@ -37,7 +37,7 @@ export default async function TechnologyPage() { Technology
-

Broadcast Technology

+

Production Technology

Deep-dive coverage of IP infrastructure, AI, cloud production, and the standards shaping broadcast's future

diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 7176c02..e3b506e 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -26,10 +26,10 @@ const footerColumns = [ { heading: "Categories", links: [ - { label: "News", href: "/news" }, + { label: "Industry News", href: "/news" }, { label: "Gear & Reviews", href: "/gear" }, { label: "Show Coverage", href: "/show-coverage" }, - { label: "Technology", href: "/technology" }, + { label: "Production Technology", href: "/technology" }, { label: "Live Production", href: "/news?category=live-production" }, { label: "AI & Automation", href: "/technology?category=ai" }, { label: "Streaming", href: "/technology?category=streaming" },