AV: catch home-page/page.tsx own metadata + H1 + NewsletterSignup heading + marketplace title (layout-level sweep missed these per-page overrides)

This commit is contained in:
2026-06-02 23:04:18 +00:00
parent b96c424476
commit 3dbe7545d8
3 changed files with 9 additions and 9 deletions

View File

@@ -69,7 +69,7 @@ export default function NewsletterSignup() {
<div className="flex-1 h-px bg-[#1e3a5f] max-w-[80px]" />
</div>
<p className="font-heading text-[#e0e0e0] text-xl md:text-2xl font-bold mb-1.5">
Stay Ahead of the Broadcast Industry
Stay Ahead of the Pro AV Industry
</p>
<p className="font-body text-[#777] text-sm mb-6">
Get the latest news, product launches, and industry insights delivered to your inbox.

View File

@@ -13,14 +13,14 @@ import SponsorLogoStrip from "@/components/SponsorLogoStrip";
import CompanyMentionsHover from "@/components/CompanyMentionsHover";
export const metadata: Metadata = {
title: 'AV Beat — Broadcast Engineering News & Insights',
title: 'AV Beat — Pro AV, Live Production & Display Tech News',
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: {
canonical: '/',
},
openGraph: {
title: 'AV Beat — Broadcast News',
description: 'Breaking news and insights for broadcast engineering professionals.',
title: 'AV Beat — Pro AV, Live Production & Display Tech',
description: 'Breaking news and insights for pro AV, live production, and display tech professionals.',
url: '/',
type: 'website',
images: [
@@ -28,14 +28,14 @@ export const metadata: Metadata = {
url: '/assets/images/og-image.png',
width: 1200,
height: 630,
alt: 'AV Beat — Broadcast Engineering News & Insights',
alt: 'AV Beat — Pro AV, Live Production & Display Tech News',
},
],
},
twitter: {
card: 'summary_large_image',
title: 'AV Beat — Broadcast News',
description: 'Breaking news and insights for broadcast engineering professionals.',
title: 'AV Beat — Pro AV, Live Production & Display Tech',
description: 'Breaking news and insights for pro AV, live production, and display tech professionals.',
images: ['/assets/images/og-image.png'],
},
};
@@ -138,7 +138,7 @@ export default function HomePage() {
{/* H1 Hero Heading */}
<div className="sr-only">
<h1>AV Beat Broadcast Engineering News & Insights</h1>
<h1>AV Beat Pro AV, Live Production & Display Tech News</h1>
</div>
{/* Featured: cinematic hero + 4-up rail below (FeaturedBentoFromDb) */}

View File

@@ -37,7 +37,7 @@ export default function MarketplacePage() {
Now Live Phase 1 MVP
</div>
<h1 className="text-4xl md:text-6xl font-black uppercase tracking-tight mb-6 leading-none">
The Broadcast Industry&apos;s
The Pro AV Industry&apos;s
<br />
<span className="text-[#CC0000]">Production Marketplace</span>
</h1>