diff --git a/src/components/TopBanners.tsx b/src/components/TopBanners.tsx index a477b2e..b4ab07f 100644 --- a/src/components/TopBanners.tsx +++ b/src/components/TopBanners.tsx @@ -11,11 +11,12 @@ export const TopBanners = () => { "Pipelines: Versatile, UI-Agnostic OpenAI-Compatible Plugin Framework", }, { - imgSrc: "/ads/sponsor-banner-1.png", - mobileImgSrc: "/ads/sponsor-banner-small-1.png", - url: "https://davewaring.com/tag/digital-brain-building/", - name: "Dave Waring", - description: "Follow along as I build my own AI powered digital brain.", + imgSrc: "/ads/placeholder.png", + mobileImgSrc: "/ads/placeholder-mobile.png", + url: "https://github.com/sponsors/tjbck", + name: "Open WebUI", + description: + "The top banner spot is reserved for only two Enterprise Diamond sponsors on a first-come, first-served basis", }, ]; diff --git a/static/ads/sponsor-banner-1.png b/static/ads/sponsor-banner-1.png deleted file mode 100644 index 7b81b80..0000000 Binary files a/static/ads/sponsor-banner-1.png and /dev/null differ diff --git a/static/ads/sponsor-banner-small-1.png b/static/ads/sponsor-banner-small-1.png deleted file mode 100644 index 4259336..0000000 Binary files a/static/ads/sponsor-banner-small-1.png and /dev/null differ