Replace 'BroadcastBeat' with 'Broadcast Beat' in all user-visible text (133 occurrences across 40+ files)

This commit is contained in:
broadcastbeat-rename
2026-05-16 00:32:13 +00:00
parent 959e3980ae
commit 0db3ea34e3
52 changed files with 133 additions and 133 deletions

View File

@@ -1,11 +1,11 @@
export const metadata = { title: "Advertise — BroadcastBeat" };
export const metadata = { title: "Advertise — Broadcast Beat" };
export default function AdvertisePage() {
return (
<main className="mx-auto max-w-3xl px-6 py-12 text-[#e5e7eb]">
<h1 className="font-serif text-4xl font-bold tracking-tight mb-2">Advertise on BroadcastBeat</h1>
<h1 className="font-serif text-4xl font-bold tracking-tight mb-2">Advertise on Broadcast Beat</h1>
<p className="text-sm text-[#9ca3af] mb-10">
BroadcastBeat reaches broadcast engineers, post supervisors, streaming
Broadcast Beat reaches broadcast engineers, post supervisors, streaming
architects, and live-event professionals across the industry.
</p>

View File

@@ -1,4 +1,4 @@
export const metadata = { title: "Contact — BroadcastBeat" };
export const metadata = { title: "Contact — Broadcast Beat" };
export default function ContactPage() {
return (

View File

@@ -2,8 +2,8 @@ import Header from "@/components/Header";
import Footer from "@/components/Footer";
export const metadata = {
title: "About BroadcastBeat",
description: "BroadcastBeat is an independent industry publication covering broadcast, production, and post-production technology.",
title: "About Broadcast Beat",
description: "Broadcast Beat is an independent industry publication covering broadcast, production, and post-production technology.",
};
export default function AboutPage() {
@@ -11,10 +11,10 @@ export default function AboutPage() {
<div className="min-h-screen bg-background">
<Header />
<main className="mx-auto max-w-3xl px-6 py-12 text-[#e5e7eb]">
<h1 className="font-serif text-4xl font-bold tracking-tight mb-6">About BroadcastBeat</h1>
<h1 className="font-serif text-4xl font-bold tracking-tight mb-6">About Broadcast Beat</h1>
<div className="space-y-5 text-[#d1d5db] text-[15px] leading-relaxed">
<p>
BroadcastBeat is an independent trade publication covering broadcast,
Broadcast Beat is an independent trade publication covering broadcast,
live production, streaming, and post-production technology. We
report on the equipment, services, and people that move the
professional video industry forward.

View File

@@ -1,7 +1,7 @@
import Header from "@/components/Header";
import Footer from "@/components/Footer";
export const metadata = { title: "Press kit — BroadcastBeat" };
export const metadata = { title: "Press kit — Broadcast Beat" };
export default function PressKitPage() {
return (
@@ -13,15 +13,15 @@ export default function PressKitPage() {
<section>
<h2 className="font-mono text-xs uppercase tracking-wider text-[#6b7280] mb-2">Logos</h2>
<ul className="space-y-1">
<li><a className="text-[var(--color-text-info,#60a5fa)] hover:underline" href="/assets/images/logo.png" download>BroadcastBeat logo (PNG)</a></li>
<li><a className="text-[var(--color-text-info,#60a5fa)] hover:underline" href="/assets/images/logo.png" download>Broadcast Beat logo (PNG)</a></li>
</ul>
</section>
<section>
<h2 className="font-mono text-xs uppercase tracking-wider text-[#6b7280] mb-2">Boilerplate</h2>
<p className="text-[#d1d5db] leading-relaxed">
BroadcastBeat is an independent trade publication covering broadcast,
Broadcast Beat is an independent trade publication covering broadcast,
live production, streaming, and post-production technology. Founded
to bring engineering-rigor reporting to industry coverage, BroadcastBeat
to bring engineering-rigor reporting to industry coverage, Broadcast Beat
publishes daily on the equipment, services, and people that move
professional video forward.
</p>

View File

@@ -6,8 +6,8 @@ export const dynamic = "force-dynamic";
export const revalidate = 600;
export const metadata = {
title: "Editorial team — BroadcastBeat",
description: "Meet the BroadcastBeat editorial team — staff journalists covering broadcast, streaming, and post-production beats.",
title: "Editorial team — Broadcast Beat",
description: "Meet the Broadcast Beat editorial team — staff journalists covering broadcast, streaming, and post-production beats.",
};
interface Persona {