From 976c979e54138ccda70984422d5b06e175fe349e Mon Sep 17 00:00:00 2001 From: Ryan Salazar Date: Fri, 29 May 2026 15:39:02 +0000 Subject: [PATCH] forum register/login: rebrand as Broadcast Beat membership MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Page heading 'Create a Forum Account' read like a single-purpose signup buried under the forum, which it no longer is. Refreshed to 'Join Broadcast Beat' with a left-column benefits rail (forum, newsletter preferences, saved articles, reply notifications) so the user understands the same account covers everything we'll add over time. Sign-in page gets the matching 'Sign in to Broadcast Beat' header with the same dark gradient + branded copy. PR-firm distinction is signposted explicitly below the rail: contributors who want to publish press releases need a separate application — they shouldn't accidentally sign up as a regular member and expect to post news. Submission-receive auth gate already enforces this; the message just makes the path visible. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/app/forum/login/page.tsx | 13 ++++--- src/app/forum/register/page.tsx | 65 ++++++++++++++++++++++++++++----- 2 files changed, 62 insertions(+), 16 deletions(-) diff --git a/src/app/forum/login/page.tsx b/src/app/forum/login/page.tsx index 988fe22..f345327 100644 --- a/src/app/forum/login/page.tsx +++ b/src/app/forum/login/page.tsx @@ -50,17 +50,18 @@ function ForumLoginInner() { return ( <>
-
-
+
+
-

Sign in to the Forum

-

- Use your Broadcast Beat account to post, reply, and vote. +

Welcome back
+

Sign in to Broadcast Beat

+

+ Your account covers the forum, newsletter preferences, and saved articles.

{error && (
diff --git a/src/app/forum/register/page.tsx b/src/app/forum/register/page.tsx index eff687c..210a764 100644 --- a/src/app/forum/register/page.tsx +++ b/src/app/forum/register/page.tsx @@ -72,18 +72,56 @@ function ForumRegisterInner() { return ( <>
-
-
-
-

Create a Forum Account

+
+
+ {/* Left rail — what membership gets you */} + + + {/* Mobile-only hero (collapsed copy) */} +
+

Join Broadcast Beat

- Post threads, reply, vote, and follow the conversation. + One account for the forum, newsletter preferences, and saved articles.

+ +
+
Create your account
+
Takes 30 seconds. Free, no card needed.
+
{error && (
{error} @@ -150,15 +188,22 @@ function ForumRegisterInner() { -
+

+ By creating an account you agree to our{' '} + terms + {' '}and{' '} + privacy policy. + We’ll never sell your email. +

+
Already have an account?{' '} Sign in