show-coverage: rename header 'Show coverage' → 'Industry Show Coverage' (h1 + title)

This commit is contained in:
Ryan Salazar
2026-05-22 05:10:21 +00:00
parent bd34b0cb06
commit 07b0f387ed

View File

@@ -70,7 +70,7 @@ export default async function ShowCoverageIndex() {
<Header /> <Header />
<main className="mx-auto max-w-6xl px-6 py-10 text-[#e5e7eb]"> <main className="mx-auto max-w-6xl px-6 py-10 text-[#e5e7eb]">
<header className="mb-8"> <header className="mb-8">
<h1 className="font-serif text-4xl font-bold tracking-tight">Show coverage</h1> <h1 className="font-serif text-4xl font-bold tracking-tight">Industry Show Coverage</h1>
<p className="text-sm text-[#9ca3af] mt-2 font-mono"> <p className="text-sm text-[#9ca3af] mt-2 font-mono">
{upcoming.length} upcoming · {past.length} past · {events.length} total {upcoming.length} upcoming · {past.length} past · {events.length} total
</p> </p>
@@ -145,6 +145,6 @@ function EventCard({ e }: { e: Row }) {
} }
export const metadata = { export const metadata = {
title: "Show coverage — industry events tracked by Broadcast Beat", title: "Industry Show Coverage — events tracked by Broadcast Beat",
description: "All upcoming and past broadcast / production industry events tracked by Broadcast Beat, with linked coverage.", description: "All upcoming and past broadcast / production industry events tracked by Broadcast Beat, with linked coverage.",
}; };