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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user