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,19 +1,19 @@
import type { Metadata } from 'next';
export const metadata: Metadata = {
title: 'Community Forum — BroadcastBeat',
title: 'Community Forum — Broadcast Beat',
description: 'Connect with broadcast engineering professionals. Discuss live production, IP workflows, streaming, audio, cameras, AI automation, and more.',
alternates: { canonical: '/forum' },
openGraph: {
title: 'Community Forum — BroadcastBeat',
title: 'Community Forum — Broadcast Beat',
description: 'Connect with broadcast engineering professionals. Ask questions, share expertise, and discuss broadcast technology.',
url: '/forum',
type: 'website',
},
twitter: {
card: 'summary',
title: 'Community Forum — BroadcastBeat',
description: 'Connect with broadcast engineering professionals on BroadcastBeat.',
title: 'Community Forum — Broadcast Beat',
description: 'Connect with broadcast engineering professionals on Broadcast Beat.',
},
};
@@ -21,12 +21,12 @@ export default function ForumLayout({ children }: { children: React.ReactNode })
const schema = {
'@context': 'https://schema.org',
'@type': 'WebPage',
name: 'BroadcastBeat Community Forum',
name: 'Broadcast Beat Community Forum',
description: 'Community forum for broadcast engineering professionals.',
url: 'https://broadcastb5322.builtwithrocket.new/forum',
isPartOf: {
'@type': 'WebSite',
name: 'BroadcastBeat',
name: 'Broadcast Beat',
url: 'https://broadcastb5322.builtwithrocket.new',
},
breadcrumb: {

View File

@@ -563,7 +563,7 @@ export default function ForumIndexPage() {
<ul className="text-[#aab4c4] font-body text-sm space-y-1">
<li> Be respectful and professional this is a community of peers</li>
<li> Share real-world experience and cite sources when possible</li>
<li> The <span className="text-[#3b82f6]">BroadcastBeat AI</span> assistant is available in threads to help answer questions it is clearly labeled</li>
<li> The <span className="text-[#3b82f6]">Broadcast Beat AI</span> assistant is available in threads to help answer questions it is clearly labeled</li>
<li> No spam, self-promotion, or vendor pitches without disclosure</li>
</ul>
</div>

View File

@@ -410,7 +410,7 @@ export default function ForumThreadPage() {
<span className="text-[#3b82f6] text-xs font-bold">AI</span>
</div>
<div>
<span className="text-white font-body font-semibold text-sm">BroadcastBeat AI Assistant</span>
<span className="text-white font-body font-semibold text-sm">Broadcast Beat AI Assistant</span>
<span className="ml-2 text-xs bg-[#3b82f6]/20 text-[#3b82f6] border border-[#3b82f6]/30 px-2 py-0.5 rounded font-body">AI Not a human</span>
</div>
</div>