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

@@ -378,7 +378,7 @@ export default function NewsletterArchivePage() {
</div>
<h1 className="font-heading text-white text-3xl font-bold">Newsletter Archive</h1>
<p className="text-[#777] font-body text-sm mt-2">
Browse past issues of the BroadcastBeat newsletter searchable by date and topic.
Browse past issues of the Broadcast Beat newsletter searchable by date and topic.
</p>
</div>
</div>

View File

@@ -1,8 +1,8 @@
import { redirect } from "next/navigation";
export const metadata = {
title: "Newsletter — BroadcastBeat",
description: "BroadcastBeat newsletter archive.",
title: "Newsletter — Broadcast Beat",
description: "Broadcast Beat newsletter archive.",
alternates: { canonical: "/newsletter/archive" },
};