diff --git a/src/app/api/newsletter/subscribe/route.ts b/src/app/api/newsletter/subscribe/route.ts index e36ea69..651f6d3 100644 --- a/src/app/api/newsletter/subscribe/route.ts +++ b/src/app/api/newsletter/subscribe/route.ts @@ -110,7 +110,7 @@ async function sendWelcome(email: string, topics?: string[]) {

You'll get one editorial dispatch a week — industry news, product launches, NAB/IBC coverage, and deep-dives. No spam, no sales calls.

- Browse The Latest News + Browse Industry News

You're receiving this because you signed up at broadcastbeat.com. Unsubscribe anytime.

diff --git a/src/app/articles/[slug]/ArticleDetailClient.tsx b/src/app/articles/[slug]/ArticleDetailClient.tsx index f07d192..43b24d1 100644 --- a/src/app/articles/[slug]/ArticleDetailClient.tsx +++ b/src/app/articles/[slug]/ArticleDetailClient.tsx @@ -271,13 +271,67 @@ export default function ArticleDetailClient({ article, relatedArticles }: Articl

{article.authorTitle}

- +
+ {(() => { + const articleUrl = typeof window !== "undefined" + ? window.location.href + : `https://broadcastbeat.com/articles/${article.slug}`; + return ( + <> + + + + + + + + + + + + + + + + + + + +
diff --git a/src/app/home-page/components/ArticleFeed.tsx b/src/app/home-page/components/ArticleFeed.tsx index b561736..f56b02f 100644 --- a/src/app/home-page/components/ArticleFeed.tsx +++ b/src/app/home-page/components/ArticleFeed.tsx @@ -278,7 +278,7 @@ export default function ArticleFeed() {
{/* Section header */}
- The Latest + Industry News
{/* Sort dropdown */}
diff --git a/src/components/DualSpeedTicker.tsx b/src/components/DualSpeedTicker.tsx index af6a9f8..f470b18 100644 --- a/src/components/DualSpeedTicker.tsx +++ b/src/components/DualSpeedTicker.tsx @@ -110,7 +110,7 @@ export default function DualSpeedTicker() {