gear: rename 'Broadcast Gear & Reviews' → 'Production Gear & Reviews' (h1 + metadata)

This commit is contained in:
Ryan Salazar
2026-05-22 05:09:35 +00:00
parent 8a296edcbc
commit bd34b0cb06

View File

@@ -11,11 +11,11 @@ import { getLegacyArticlesBySection } from "@/lib/articles/legacy-source";
export const revalidate = 1800; export const revalidate = 1800;
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Broadcast Gear & Reviews — Broadcast Beat", title: "Production Gear & Reviews — Broadcast Beat",
description: "In-depth reviews and coverage of broadcast cameras, audio gear, production equipment, and professional media technology.", description: "In-depth reviews and coverage of broadcast cameras, audio gear, production equipment, and professional media technology.",
alternates: { canonical: "/gear" }, alternates: { canonical: "/gear" },
openGraph: { openGraph: {
title: "Broadcast Gear & Reviews — Broadcast Beat", title: "Production Gear & Reviews — Broadcast Beat",
description: "In-depth reviews and coverage of broadcast cameras, audio gear, production equipment, and professional media technology.", description: "In-depth reviews and coverage of broadcast cameras, audio gear, production equipment, and professional media technology.",
url: "/gear", url: "/gear",
type: "website", type: "website",
@@ -35,7 +35,7 @@ export default async function GearPage() {
<span className="section-label">Gear &amp; Reviews</span> <span className="section-label">Gear &amp; Reviews</span>
<div className="flex-1 h-px bg-[#2a2a2a]" /> <div className="flex-1 h-px bg-[#2a2a2a]" />
</div> </div>
<h1 className="font-heading text-white text-3xl font-bold">Broadcast Gear &amp; Reviews</h1> <h1 className="font-heading text-white text-3xl font-bold">Production Gear &amp; Reviews</h1>
<p className="text-[#777] font-body text-sm mt-2">In-depth reviews and coverage of cameras, audio, infrastructure, and production technology</p> <p className="text-[#777] font-body text-sm mt-2">In-depth reviews and coverage of cameras, audio, infrastructure, and production technology</p>
</div> </div>
</div> </div>