AV round 3: body copy on /about /technology /advertise /marketplace — broadcast→pro AV (about description, technology category descs, advertise H1+sample, marketplace category+meta)

This commit is contained in:
2026-06-02 23:11:39 +00:00
parent 1cb6e3ec01
commit 8695b338d2
4 changed files with 8 additions and 8 deletions

View File

@@ -50,7 +50,7 @@ export async function generateMetadata({ searchParams }: PageProps): Promise<Met
const sp = await searchParams;
const cat = sp?.category && CATEGORY_FILTERS[sp.category];
const title = cat ? `${cat.title} — AV Beat` : "Production Technology Deep Dives — AV Beat";
const desc = cat?.description || "Deep-dive analysis of broadcast technology trends: IP workflows, cloud production, AI automation, streaming infrastructure, and ATSC 3.0.";
const desc = cat?.description || "Deep-dive analysis of pro AV technology trends: AV-over-IP, cloud production, AI automation, display tech, and signal-flow standards.";
return {
title,
description: desc,
@@ -75,7 +75,7 @@ export default async function TechnologyPage({ searchParams }: PageProps) {
const h1 = filter ? filter.title : "Production Technology";
const subtitle = filter
? filter.description
: "Deep-dive coverage of IP infrastructure, AI, cloud production, and the standards shaping broadcast's future";
: "Deep-dive coverage of AV-over-IP infrastructure, AI, cloud production, and the standards shaping pro AV's future";
return (
<div className="min-h-screen bg-background">