Replace 'BroadcastBeat' with 'Broadcast Beat' in all user-visible text (133 occurrences across 40+ files)
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user