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:
@@ -69,7 +69,7 @@ export default function NewsletterSignup() {
|
|||||||
<div className="flex-1 h-px bg-[#1e3a5f] max-w-[80px]" />
|
<div className="flex-1 h-px bg-[#1e3a5f] max-w-[80px]" />
|
||||||
</div>
|
</div>
|
||||||
<p className="font-heading text-[#e0e0e0] text-xl md:text-2xl font-bold mb-1.5">
|
<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>
|
||||||
<p className="font-body text-[#777] text-sm mb-6">
|
<p className="font-body text-[#777] text-sm mb-6">
|
||||||
Get the latest news, product launches, and industry insights delivered to your inbox.
|
Get the latest news, product launches, and industry insights delivered to your inbox.
|
||||||
|
|||||||
@@ -13,14 +13,14 @@ import SponsorLogoStrip from "@/components/SponsorLogoStrip";
|
|||||||
import CompanyMentionsHover from "@/components/CompanyMentionsHover";
|
import CompanyMentionsHover from "@/components/CompanyMentionsHover";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
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.',
|
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: '/',
|
||||||
},
|
},
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: 'AV Beat — Broadcast News',
|
title: 'AV Beat — Pro AV, Live Production & Display Tech',
|
||||||
description: 'Breaking news and insights for broadcast engineering professionals.',
|
description: 'Breaking news and insights for pro AV, live production, and display tech professionals.',
|
||||||
url: '/',
|
url: '/',
|
||||||
type: 'website',
|
type: 'website',
|
||||||
images: [
|
images: [
|
||||||
@@ -28,14 +28,14 @@ export const metadata: Metadata = {
|
|||||||
url: '/assets/images/og-image.png',
|
url: '/assets/images/og-image.png',
|
||||||
width: 1200,
|
width: 1200,
|
||||||
height: 630,
|
height: 630,
|
||||||
alt: 'AV Beat — Broadcast Engineering News & Insights',
|
alt: 'AV Beat — Pro AV, Live Production & Display Tech News',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: 'summary_large_image',
|
card: 'summary_large_image',
|
||||||
title: 'AV Beat — Broadcast News',
|
title: 'AV Beat — Pro AV, Live Production & Display Tech',
|
||||||
description: 'Breaking news and insights for broadcast engineering professionals.',
|
description: 'Breaking news and insights for pro AV, live production, and display tech professionals.',
|
||||||
images: ['/assets/images/og-image.png'],
|
images: ['/assets/images/og-image.png'],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
@@ -138,7 +138,7 @@ export default function HomePage() {
|
|||||||
|
|
||||||
{/* H1 Hero Heading */}
|
{/* H1 Hero Heading */}
|
||||||
<div className="sr-only">
|
<div className="sr-only">
|
||||||
<h1>AV Beat — Broadcast Engineering News & Insights</h1>
|
<h1>AV Beat — Pro AV, Live Production & Display Tech News</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Featured: cinematic hero + 4-up rail below (FeaturedBentoFromDb) */}
|
{/* Featured: cinematic hero + 4-up rail below (FeaturedBentoFromDb) */}
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ export default function MarketplacePage() {
|
|||||||
Now Live — Phase 1 MVP
|
Now Live — Phase 1 MVP
|
||||||
</div>
|
</div>
|
||||||
<h1 className="text-4xl md:text-6xl font-black uppercase tracking-tight mb-6 leading-none">
|
<h1 className="text-4xl md:text-6xl font-black uppercase tracking-tight mb-6 leading-none">
|
||||||
The Broadcast Industry's
|
The Pro AV Industry's
|
||||||
<br />
|
<br />
|
||||||
<span className="text-[#CC0000]">Production Marketplace</span>
|
<span className="text-[#CC0000]">Production Marketplace</span>
|
||||||
</h1>
|
</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user