diff --git a/package.json b/package.json
index a79f50b..2730ad0 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "broadcastbeat",
+ "name": "avbeat",
"version": "0.1.0",
"private": true,
"rocketCritical": {
diff --git a/public/assets/images/logo.png b/public/assets/images/logo.png
index c83e18b..5058d45 100644
Binary files a/public/assets/images/logo.png and b/public/assets/images/logo.png differ
diff --git a/public/assets/logos/avbeat.png b/public/assets/logos/avbeat.png
new file mode 100644
index 0000000..5058d45
Binary files /dev/null and b/public/assets/logos/avbeat.png differ
diff --git a/public/brand/logo-sm.png b/public/brand/logo-sm.png
index cf98b3b..5058d45 100644
Binary files a/public/brand/logo-sm.png and b/public/brand/logo-sm.png differ
diff --git a/public/brand/logo.png b/public/brand/logo.png
index 30e4de8..5058d45 100644
Binary files a/public/brand/logo.png and b/public/brand/logo.png differ
diff --git a/public/brand/logo@2x.png b/public/brand/logo@2x.png
index 7f9964e..5058d45 100644
Binary files a/public/brand/logo@2x.png and b/public/brand/logo@2x.png differ
diff --git a/src/app/about/contact/page.tsx b/src/app/about/contact/page.tsx
index 332e9f0..92f7a6b 100644
--- a/src/app/about/contact/page.tsx
+++ b/src/app/about/contact/page.tsx
@@ -2,13 +2,13 @@ import Header from "@/components/Header";
import Footer from "@/components/Footer";
import SidebarAdStack from "@/components/SidebarAdStack";
-export const metadata = { title: "Contact — Broadcast Beat" };
+export const metadata = { title: "Contact — AV Beat" };
const CONTACTS = [
{
title: "Editorial",
body: (
- editor@broadcastbeat.com
+ editor@avbeat.com
),
hint: "Story tips, corrections, interview requests.",
},
@@ -26,7 +26,7 @@ const CONTACTS = [
title: "Advertising",
body: (
<>
- advertising@broadcastbeat.com — see the{" "}
+ advertising@avbeat.com — see the{" "}
media kit.
>
),
@@ -52,8 +52,8 @@ export default function ContactPage() {
-
- Broadcast Beat
+
+ AV Beat · Where AV Meets IT
Contact
diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index d51291a..863e38f 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -3,8 +3,8 @@ import Footer from "@/components/Footer";
import SidebarAdStack from "@/components/SidebarAdStack";
export const metadata = {
- title: "About Broadcast Beat",
- description: "Broadcast Beat is an independent industry publication covering broadcast, production, and post-production technology.",
+ title: "About AV Beat",
+ description: "AV Beat is an independent industry publication covering the convergence of pro AV and IT — broadcast, live production, streaming, and post-production technology.",
};
export default function AboutPage() {
@@ -15,12 +15,12 @@ export default function AboutPage() {
-
- Broadcast Beat
+
+ AV Beat · Where AV Meets IT
About
- An independent trade publication covering broadcast, live production, streaming, and post-production technology.
+ An independent trade publication covering the convergence of pro AV and IT — broadcast, live production, streaming, and post-production technology.
@@ -32,11 +32,11 @@ export default function AboutPage() {
- Broadcast Beat reports on the equipment, services, and people
- that move the professional video industry forward. We follow
- product launches, executive moves, acquisitions, and the live
- production / IP / cloud workflows reshaping how content gets
- made and delivered.
+ AV Beat reports on the equipment, services, and people that
+ move the professional AV and IT-converged video industry
+ forward. We follow product launches, executive moves,
+ acquisitions, and the live production / IP / cloud workflows
+ reshaping how content gets made and delivered.
@@ -57,9 +57,9 @@ export default function AboutPage() {
- For editorial pitches: editor@broadcastbeat.com.
- {" "}For advertising: see the media kit.
- {" "}For our team: meet the editorial team.
+ For editorial pitches: editor@avbeat.com.
+ {" "}For advertising: see the media kit.
+ {" "}For our team: meet the editorial team.
diff --git a/src/app/about/press-kit/page.tsx b/src/app/about/press-kit/page.tsx
index 23f93b1..ef2dcc3 100644
--- a/src/app/about/press-kit/page.tsx
+++ b/src/app/about/press-kit/page.tsx
@@ -1,7 +1,7 @@
import Header from "@/components/Header";
import Footer from "@/components/Footer";
-export const metadata = { title: "Press kit — Broadcast Beat" };
+export const metadata = { title: "Press kit — AV Beat" };
export default function PressKitPage() {
return (
@@ -13,23 +13,23 @@ export default function PressKitPage() {
- Broadcast Beat is an independent trade publication covering broadcast,
- live production, streaming, and post-production technology. Founded
- to bring engineering-rigor reporting to industry coverage, Broadcast Beat
- publishes daily on the equipment, services, and people that move
- professional video forward.
+ AV Beat is an independent trade publication covering the convergence
+ of pro AV and IT — broadcast, live production, streaming, and
+ post-production technology. Founded to bring engineering-rigor
+ reporting to industry coverage, AV Beat publishes daily on the
+ equipment, services, and people moving professional video forward.
diff --git a/src/app/advertise/layout.tsx b/src/app/advertise/layout.tsx
index 1f80936..b8ad3e1 100644
--- a/src/app/advertise/layout.tsx
+++ b/src/app/advertise/layout.tsx
@@ -1,11 +1,11 @@
import type { Metadata } from 'next';
export const metadata: Metadata = {
- title: 'Advertise With Broadcast Beat — Reach Broadcast Engineering Professionals',
- description: 'Advertise with Broadcast Beat to reach broadcast engineers, production professionals, and media technology decision-makers. Display ads, sponsored content, and newsletter placements.',
+ title: 'Advertise With AV Beat — Reach Broadcast Engineering Professionals',
+ description: 'Advertise with AV Beat to reach broadcast engineers, production professionals, and media technology decision-makers. Display ads, sponsored content, and newsletter placements.',
alternates: { canonical: '/advertise' },
openGraph: {
- title: 'Advertise With Broadcast Beat',
+ title: 'Advertise With AV Beat',
description: 'Reach broadcast engineers, production professionals, and media technology decision-makers.',
url: '/advertise',
type: 'website',
diff --git a/src/app/advertise/page.tsx b/src/app/advertise/page.tsx
index 21f46ba..6c1b990 100644
--- a/src/app/advertise/page.tsx
+++ b/src/app/advertise/page.tsx
@@ -49,7 +49,7 @@ export default function AdvertisePage() {
Advertise
Reach Broadcast Engineering Professionals
- Broadcast Beat is the leading digital platform for broadcast engineering professionals. Connect your brand with decision-makers, engineers, and executives across the broadcast industry.
+ AV Beat is the leading digital platform for broadcast engineering professionals. Connect your brand with decision-makers, engineers, and executives across the broadcast industry.