From 597eac431dfd522505bbb8c08fbf5f4c87b2b575 Mon Sep 17 00:00:00 2001 From: "Claude (Phase B)" Date: Fri, 15 May 2026 01:07:39 +0000 Subject: [PATCH] ads: restore Telycam 300x250 (was dropped from FALLBACK in the 8-banner refresh) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit bb.banner_creatives row also inserted (AdSanity 191740, click_url https://telycam.com/, dates 2024-05-07 → 2026-12-31, status active). The creative was already in public/legacy/ads/ from the pre-Phase-B banner pool — just needed the DB row + FALLBACK entry so SidebarAdStack picks it up before the DB cache fills. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/lib/ads.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/ads.ts b/src/lib/ads.ts index defa3db..dc7bc33 100644 --- a/src/lib/ads.ts +++ b/src/lib/ads.ts @@ -47,6 +47,8 @@ const FALLBACK: Ad[] = [ alt: "AJA ColorBox", click_url: "https://www.aja.com" }, { label: "Zixi", size: "300x250", src: "/legacy/ads/Zixi_Ads_300x250.png", alt: "Zixi", click_url: "https://zixi.com/" }, + { label: "Telycam MixOne / ExploreXE", size: "300x250", src: "/legacy/ads/Telycam_BroadcastBeat_300x250_MixOne-ExploreXE_with_NAB2026_2f30157f.gif", + alt: "Telycam MixOne / ExploreXE — NAB 2026", click_url: "https://telycam.com/" }, { label: "Lectrosonics", size: "300x250", src: "/legacy/ads/300x250-banner-Our-Story-film_resize.jpg", alt: "Lectrosonics Our Story", click_url: "https://www.lectrosonics.com/" }, ];