{articles[0].title}
{articles[0].excerpt}
import React from "react"; import type { Metadata } from "next"; import Link from "next/link"; import Header from "@/components/Header"; import Footer from "@/components/Footer"; import AppImage from "@/components/ui/AppImage"; import AdImage from "@/components/AdImage"; import { ADS_728X90, shuffle } from "@/lib/ads"; import { getLegacyArticlesBySection } from "@/lib/articles/legacy-source"; export const revalidate = 1800; export const metadata: Metadata = { title: "Broadcast 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", description: "Deep-dive analysis of broadcast technology trends: IP workflows, cloud production, AI automation, streaming infrastructure, and ATSC 3.0.", url: "/technology", type: "website", }, }; export default async function TechnologyPage() { const articles = await getLegacyArticlesBySection("technology"); return (
Deep-dive coverage of IP infrastructure, AI, cloud production, and the standards shaping broadcast's future
{articles[0].excerpt}