AV Beat rebrand: theme swap (orange #E67E22 / near-black), logo, schema default → avb

- public/assets/images/logo.png + public/brand/logo*.png replaced with the 1320x310 AV Beat logo
- public/assets/logos/avbeat.png added as the canonical source
- tailwind.config.js + src/styles/tailwind.css + src/styles/redesign-tokens.css palette swapped (primary #0F0E0E, secondary #1D1A1A, accent #E67E22 orange, foreground #F0EBE6 warm white)
- Layout / robots / sitemap / home-page / about / contact / press-kit / team / global-error metadata switched to AV Beat (Where AV Meets IT)
- Bulk replaced 'Broadcast Beat'/'BroadcastBeat.com'/'broadcastbeat.com' across user-facing news/forum/marketplace/advertise/search/newsletter pages
- src/lib/supabase/{admin,server,client} now default to schema 'avb' (was 'bb') — overridable via NEXT_PUBLIC_SUPABASE_SCHEMA
- package.json renamed to 'avbeat'
- Single d60701 reference in about/team swapped to E67E22

Design-only replica — no article content migrated.
This commit is contained in:
Ryan Salazar
2026-06-01 15:30:16 +00:00
parent 6a48473905
commit d67a2bd48d
64 changed files with 522 additions and 519 deletions

View File

@@ -3,7 +3,7 @@ import Header from '@/components/Header';
import Footer from '@/components/Footer';
export const metadata = {
title: 'Billing | Broadcast Beat Marketplace',
title: 'Billing | AV Beat Marketplace',
};
export default function BillingPage() {

View File

@@ -64,7 +64,7 @@ export default function GigsPage() {
<div className="text-center py-20 text-gray-500">
<div className="text-4xl mb-4">🎬</div>
<p className="text-lg font-semibold mb-2">No gigs posted yet</p>
<p className="text-sm">Be the first to post a crew call on Broadcast Beat Marketplace.</p>
<p className="text-sm">Be the first to post a crew call on AV Beat Marketplace.</p>
</div>
) : (
<div className="space-y-4">

View File

@@ -64,7 +64,7 @@ export default function JobsPage() {
<div className="text-center py-20 text-gray-500">
<div className="text-4xl mb-4">📋</div>
<p className="text-lg font-semibold mb-2">No jobs posted yet</p>
<p className="text-sm">Be the first to post a job on Broadcast Beat Marketplace.</p>
<p className="text-sm">Be the first to post a job on AV Beat Marketplace.</p>
</div>
) : (
<div className="space-y-4">

View File

@@ -3,7 +3,7 @@ import Header from '@/components/Header';
import Footer from '@/components/Footer';
export const metadata = {
title: 'Production Crew & Vendor Marketplace | Broadcast Beat',
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.',
};