AV launch: rewrite newsletter signup + home description for pro AV industry (InfoComm/ISE), not broadcast (NAB/IBC)

This commit is contained in:
2026-06-02 22:32:57 +00:00
parent 4fd6a88158
commit 9bb04fb373
3 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ import CompanyMentionsHover from "@/components/CompanyMentionsHover";
export const metadata: Metadata = { export const metadata: Metadata = {
title: 'AV Beat — Broadcast Engineering News & Insights', title: 'AV Beat — Broadcast Engineering News & Insights',
description: 'The digital platform for broadcast engineering professionals. Breaking news, deep-dive features, and industry spotlights from NAB to IBC and beyond.', description: 'The digital platform for pro AV, live production, and display tech professionals. Breaking news, deep-dive features, and industry spotlights from InfoComm to ISE and beyond.',
alternates: { alternates: {
canonical: '/', canonical: '/',
}, },

View File

@@ -192,7 +192,7 @@ function SignupCTA() {
Never Miss an Issue Never Miss an Issue
</h3> </h3>
<p className="font-body text-[#777] text-sm text-center mb-6"> <p className="font-body text-[#777] text-sm text-center mb-6">
Get the latest broadcast industry news delivered to your inbox. Get the latest pro AV industry news delivered to your inbox.
</p> </p>
{status === "success" ? ( {status === "success" ? (

View File

@@ -138,12 +138,12 @@ export default function NewsletterModal() {
</div> </div>
<h2 id="bb-newsletter-heading" className="bb-modal-heading"> <h2 id="bb-newsletter-heading" className="bb-modal-heading">
Get the latest in broadcast &amp; media Get the latest in pro AV &amp; live production
</h2> </h2>
{phase !== "success" && ( {phase !== "success" && (
<p className="bb-modal-sub"> <p className="bb-modal-sub">
Industry news, product launches, and deep-dives from NAB to IBC direct to your inbox. Pro AV news, gear reviews, and deep-dives from InfoComm to ISE direct to your inbox.
One email a week, no spam. One email a week, no spam.
</p> </p>
)} )}