branding: 'Latest Broadcast News' → 'Industry News'; 'Broadcast Technology' → 'Production Technology' (page + footer + metadata)

This commit is contained in:
Ryan Salazar
2026-05-20 05:43:58 +00:00
parent d2d941c576
commit 4e867e2819
2 changed files with 5 additions and 5 deletions

View File

@@ -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() {
<span className="section-label">Technology</span>
<div className="flex-1 h-px bg-[#2a2a2a]" />
</div>
<h1 className="font-heading text-white text-3xl font-bold">Broadcast Technology</h1>
<h1 className="font-heading text-white text-3xl font-bold">Production Technology</h1>
<p className="text-[#777] font-body text-sm mt-2">Deep-dive coverage of IP infrastructure, AI, cloud production, and the standards shaping broadcast&apos;s future</p>
</div>
</div>

View File

@@ -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" },