diff --git a/PENDING_ads.md b/PENDING_ads.md new file mode 100644 index 0000000..8b0e201 --- /dev/null +++ b/PENDING_ads.md @@ -0,0 +1,41 @@ +# Pending Ad Creatives — upload to public/legacy/ads/ + +Images below were NOT recovered from the Wayback Machine (Wayback returned +HTML overlays instead of raw files). Ryan needs to supply these from local +storage or the original advertiser. + +## 728x90 Leaderboard (1 missing) +- `Matrox_728x90_ConvertIP_Series_0722_7b13be6a.jpg` — Matrox ConvertIP Series + Click URL: https://info.matrox.com/video/ad/infrastructure/broadcast/convertip-series + +## 300x600 Fixed Sidebar (1 missing — highest priority) +- `ATEM-4ME-Constellation-4K-Plus-v1g-300x600-EN_1804ac7b.jpg` — Blackmagic ATEM 4 M/E + Click URL: http://bmd.link/mRNsKu + Note: SidebarAdStack will show nothing in the 300x600 slot until this is added. + +## 300x250 Rotating Sidebar (20 missing) +- `Magewell_Director_One_Pro-Convert-IP-to-HDMI_Sports_InfoComm_9170d5cd.gif` — Magewell Director One +- `300x250-banner-Our-Story-film_resize_c30978de.jpg` — Lectrosonics Our Story +- `Zixi_Ads_300x250_93cf5742.png` — Zixi +- `Studio-Hero-for-Broadcast-Beat_e1aaa706.png` — Studio Hero +- `aja_2025_colorbox_og_colorbox_300x250_en-3_041eaa50.gif` — AJA ColorBox 2025 +- `1467-NAB-300x250-R2V1-1_364334f9.png` — Dell at NAB +- `Broadcasters-report-v2-300x250-px_9b98a4c3.jpg` — JW Player Broadcasters Report +- `HPA-ad-Oct-22_44905037.png` — Puget Systems HPA +- `Broadcast-Beat-April-Banner-V1_160b8d08.jpg` — ROE Visual +- `webinar-ad_19d5c0c1.png` — Viz Flowics 2023 Webinar +- `BB_NAB1_022924-15_f127d83a.gif` — BOXX at NAB +- `October-November-ad-Broadcast-Beat-TAG-Monitoring-Layers-blo_9d37b415.jpg` — TAG Video Systems +- `Broadcast-Beat-Banner-March-2024-300x250-1_6dda0fb9.jpg` — Camplex SMPTE +- `GIF3_07_10fps_03_71177a21.gif` — BOXX animated +- `300x250_Matrox_Monarch_EDGE_Series_Flex_Your_Workflow_0924_caf31161.jpg` — Matrox Monarch EDGE +- `quantum-webinar_8db637f8.jpg` — Quantum Webinar +- `openGear-guide-2026-300x250-1_a5c4b515.png` — openGear Guide 2026 +- `250417-300-x-250-ad_4e4ea2cf.png` — OpenDrives NAB 2025 +- `image001-1-1_d6f7d0df.png` — Look Solutions Tiny S +- `300x250-Bolero-Mini_4c8e5038.gif` — Riedel Bolero Mini + +## How to restore +1. Drop each file into `public/legacy/ads/` in the broadcastbeat repo +2. Re-add the entry to the appropriate array in `src/lib/ads.ts` +3. Push and Coolify will redeploy automatically diff --git a/public/assets/images/logo.png b/public/assets/images/logo.png new file mode 100644 index 0000000..c83e18b Binary files /dev/null and b/public/assets/images/logo.png differ diff --git a/public/legacy/ads/11503_URXP41D_Audio_728X90_OnlineBanner_V1_StaticBackup_40K_f92207ce.jpg b/public/legacy/ads/11503_URXP41D_Audio_728X90_OnlineBanner_V1_StaticBackup_40K_f92207ce.jpg new file mode 100644 index 0000000..637bb83 Binary files /dev/null and b/public/legacy/ads/11503_URXP41D_Audio_728X90_OnlineBanner_V1_StaticBackup_40K_f92207ce.jpg differ diff --git a/public/legacy/ads/728-x-90-pxEN_3ce6f379.gif b/public/legacy/ads/728-x-90-pxEN_3ce6f379.gif new file mode 100644 index 0000000..8231a88 Binary files /dev/null and b/public/legacy/ads/728-x-90-pxEN_3ce6f379.gif differ diff --git a/public/legacy/ads/Broadcast-Beat-Ad-March-2023_2f1904b5.png b/public/legacy/ads/Broadcast-Beat-Ad-March-2023_2f1904b5.png new file mode 100644 index 0000000..5a7a9a3 Binary files /dev/null and b/public/legacy/ads/Broadcast-Beat-Ad-March-2023_2f1904b5.png differ diff --git a/public/legacy/ads/PAYG-300x250-1_31957672.gif b/public/legacy/ads/PAYG-300x250-1_31957672.gif new file mode 100644 index 0000000..438efb0 Binary files /dev/null and b/public/legacy/ads/PAYG-300x250-1_31957672.gif differ diff --git a/public/legacy/ads/Telycam_BroadcastBeat_300x250_MixOne-ExploreXE_with_NAB2026_2f30157f.gif b/public/legacy/ads/Telycam_BroadcastBeat_300x250_MixOne-ExploreXE_with_NAB2026_2f30157f.gif new file mode 100644 index 0000000..7f7d061 Binary files /dev/null and b/public/legacy/ads/Telycam_BroadcastBeat_300x250_MixOne-ExploreXE_with_NAB2026_2f30157f.gif differ diff --git a/src/app/home-page/page.tsx b/src/app/home-page/page.tsx index 5c7b9ba..7d3c220 100644 --- a/src/app/home-page/page.tsx +++ b/src/app/home-page/page.tsx @@ -3,7 +3,6 @@ import type { Metadata } from "next"; import Header from "@/components/Header"; import Footer from "@/components/Footer"; import NewsTicker from "./components/NewsTicker"; -import LeaderboardAd from "./components/LeaderboardAd"; import FeaturedBento from "./components/FeaturedBento"; import SpotlightCarousel from "./components/SpotlightCarousel"; import ArticleFeed from "./components/ArticleFeed"; @@ -153,13 +152,6 @@ export default function HomePage() { - {/* Leaderboard ad */} -