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

@@ -16,13 +16,13 @@ import NewsletterSignup from "./components/NewsletterSignup";
import AISuggestedArticles from "@/components/AISuggestedArticles";
export const metadata: Metadata = {
title: 'BroadcastBeat — Broadcast Engineering News & Insights',
title: 'Broadcast Beat — Broadcast Engineering News & Insights',
description: 'The digital platform for broadcast engineering professionals. Breaking news, deep-dive features, and industry spotlights from NAB to IBC and beyond.',
alternates: {
canonical: '/home-page',
},
openGraph: {
title: 'BroadcastBeat — Broadcast News',
title: 'Broadcast Beat — Broadcast News',
description: 'Breaking news and insights for broadcast engineering professionals.',
url: '/home-page',
type: 'website',
@@ -31,13 +31,13 @@ export const metadata: Metadata = {
url: '/assets/images/og-image.png',
width: 1200,
height: 630,
alt: 'BroadcastBeat — Broadcast Engineering News & Insights',
alt: 'Broadcast Beat — Broadcast Engineering News & Insights',
},
],
},
twitter: {
card: 'summary_large_image',
title: 'BroadcastBeat — Broadcast News',
title: 'Broadcast Beat — Broadcast News',
description: 'Breaking news and insights for broadcast engineering professionals.',
images: ['/assets/images/og-image.png'],
},
@@ -147,7 +147,7 @@ export default function HomePage() {
{/* H1 Hero Heading */}
<div className="sr-only">
<h1>BroadcastBeat Broadcast Engineering News & Insights</h1>
<h1>Broadcast Beat Broadcast Engineering News & Insights</h1>
</div>
{/* Scrolling news ticker */}