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,20 +3,21 @@
@tailwind utilities;
:root {
--color-primary: #0d0d0d;
--color-secondary: #161616;
--color-accent: #3b82f6;
--color-accent-dark: #2563eb;
--color-accent-muted: #1e3a5f;
--color-accent-red: #cc0000;
--color-accent-red-dark: #aa0000;
--color-bg: #111111;
--color-card: #1a1a1a;
--color-foreground: #e8e8e8;
--color-muted: #888888;
--color-border: #2a2a2a;
--color-top-bar: #1a2535;
--color-sub-nav: #161c28;
/* AV Beat palette — orange/near-black, "Where AV Meets IT" */
--color-primary: #0F0E0E;
--color-secondary: #1D1A1A;
--color-accent: #E67E22;
--color-accent-dark: #C8651B;
--color-accent-muted: #5a3413;
--color-accent-red: #E67E22;
--color-accent-red-dark: #C8651B;
--color-bg: #0F0E0E;
--color-card: #1D1A1A;
--color-foreground: #F0EBE6;
--color-muted: #8a847e;
--color-border: #2a2624;
--color-top-bar: #1D1A1A;
--color-sub-nav: #161313;
/* --font-serif and --font-sans are injected on <html> by next/font/google
(Lora + Inter) in src/app/layout.tsx. The system-font tails are real
fallbacks for the brief window before the self-hosted face is ready. */