AV launch: transparent SVG logo (drop black bg rect) + Header logo 200% bigger (h-12→h-24, 320→640w, 48→96h) + rename Production Industry Manufacturers → AV Integration Manufacturers
This commit is contained in:
@@ -8,12 +8,12 @@ import ManufacturerDirectoryClient from "./DirectoryClient";
|
||||
export const revalidate = 1800;
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Production Industry Manufacturers — AV Beat",
|
||||
title: "AV Integration Manufacturers — AV Beat",
|
||||
description:
|
||||
"Browse 1,000+ broadcast, post-production, and live-production manufacturers exhibiting at NAB Show and IBC. Find vendor profiles, booth numbers, product categories, and the latest news from each company.",
|
||||
alternates: { canonical: "/manufacturers" },
|
||||
openGraph: {
|
||||
title: "Production Industry Manufacturers — AV Beat",
|
||||
title: "AV Integration Manufacturers — AV Beat",
|
||||
description:
|
||||
"Comprehensive directory of broadcast industry manufacturers, exhibitors, and vendors.",
|
||||
type: "website",
|
||||
@@ -77,7 +77,7 @@ export default async function ManufacturersIndex() {
|
||||
<div className="max-w-6xl mx-auto px-4 py-10">
|
||||
<header className="mb-8">
|
||||
<h1 className="text-3xl md:text-4xl font-display font-bold text-[#e0e0e0] mb-2">
|
||||
Production Industry Manufacturers
|
||||
AV Integration Manufacturers
|
||||
</h1>
|
||||
<p className="text-[#e0e0e0]/70 text-base max-w-3xl">
|
||||
{list.length.toLocaleString()} broadcast, post-production, and live-production
|
||||
|
||||
@@ -265,10 +265,10 @@ export default function Header() {
|
||||
<AppImage
|
||||
src="/assets/images/logo.svg"
|
||||
alt="AV Beat logo"
|
||||
width={320}
|
||||
height={48}
|
||||
width={640}
|
||||
height={96}
|
||||
priority={true}
|
||||
className="h-12 w-auto object-contain"
|
||||
className="h-24 w-auto object-contain"
|
||||
/>
|
||||
</Link>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user