diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index ad00f14..42dc012 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -20,7 +20,7 @@ export default function AboutPage() {
About
- An independent trade publication covering broadcast, live production, streaming, and post-production technology.
+ An independent trade publication covering pro AV, live production, display tech, and signal-flow technology.
@@ -41,7 +41,7 @@ export default function AboutPage() {
We cover the major industry shows in person and remotely — NAB
- Show, IBC, BroadcastAsia, MPTS, InfoComm, and more — track
+ Show — InfoComm, ISE, NAB Show, IBC, and more — track
product launches and acquisitions year-round, and publish
interviews with the engineers, post supervisors, and executives
building the next generation of workflows.
diff --git a/src/app/advertise/page.tsx b/src/app/advertise/page.tsx
index 988d407..1c1f9c1 100644
--- a/src/app/advertise/page.tsx
+++ b/src/app/advertise/page.tsx
@@ -47,7 +47,7 @@ export default function AdvertisePage() {
Advertise
-
Reach Broadcast Engineering Professionals
+
Reach Pro AV & Live Production Professionals
AV Beat is the leading digital platform for pro AV, live production, and display tech professionals. Connect your brand with decision-makers, integrators, and executives across the pro AV industry.
@@ -187,7 +187,7 @@ export default function AdvertisePage() {
value={formData.company}
onChange={(e) => setFormData({ ...formData, company: e.target.value })}
className="search-input w-full py-2.5 px-3 text-sm"
- placeholder="Acme Broadcast Co."
+ placeholder="Acme AV Systems"
/>
diff --git a/src/app/marketplace/page.tsx b/src/app/marketplace/page.tsx
index b0eb3a0..ae29b00 100644
--- a/src/app/marketplace/page.tsx
+++ b/src/app/marketplace/page.tsx
@@ -5,7 +5,7 @@ import Footer from '@/components/Footer';
export const metadata = {
title: 'Production Crew & Vendor Marketplace | AV Beat',
description:
- 'Find broadcast and production crew, vendors, jobs, and gig opportunities. The professional marketplace built for the broadcast industry.',
+ 'Find pro AV, live production, and display tech crew, vendors, jobs, and gig opportunities. The professional marketplace built for the pro AV industry.',
};
const CATEGORIES = [
@@ -13,7 +13,7 @@ const CATEGORIES = [
{ icon: '🎙️', label: 'Audio', count: 'Mixers, Boom Ops, Sound Designers' },
{ icon: '🎬', label: 'Directing & Production', count: 'Directors, Producers, ADs' },
{ icon: '✂️', label: 'Post Production', count: 'Editors, Colorists, VFX' },
- { icon: '📡', label: 'Broadcast & Live', count: 'TDs, Engineers, MCOs' },
+ { icon: '📡', label: 'Pro AV & Live', count: 'Integrators, Engineers, TDs' },
{ icon: '🏢', label: 'Vendors & Companies', count: 'Rental Houses, Post Facilities' },
];
diff --git a/src/app/technology/page.tsx b/src/app/technology/page.tsx
index d701696..c426788 100644
--- a/src/app/technology/page.tsx
+++ b/src/app/technology/page.tsx
@@ -50,7 +50,7 @@ export async function generateMetadata({ searchParams }: PageProps): Promise