diff --git a/src/components/Sponsors/TopBanner.tsx b/src/components/Sponsors/TopBanner.tsx index 0ddc989..904bae8 100644 --- a/src/components/Sponsors/TopBanner.tsx +++ b/src/components/Sponsors/TopBanner.tsx @@ -4,7 +4,7 @@ export const TopBanner = ({ items }) => { {items.map((item) => ( <>
-
+
Sponsored by {item.name}
@@ -24,7 +24,7 @@ export const TopBanner = ({ items }) => { /> -
+
{item.description}
diff --git a/src/components/TopBanners.tsx b/src/components/TopBanners.tsx index eaa05df..fd4e186 100644 --- a/src/components/TopBanners.tsx +++ b/src/components/TopBanners.tsx @@ -11,28 +11,12 @@ export const TopBanners = () => { "Pipelines: Versatile, UI-Agnostic OpenAI-Compatible Plugin Framework", }, { - imgSrc: "/ads/pipelines-banner.png", - mobileImgSrc: "/ads/pipelines-banner-mobile.png", - url: "https://github.com/open-webui/pipelines", - name: "Open WebUI Pipelines", + 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: - "Pipelines: Versatile, UI-Agnostic OpenAI-Compatible Plugin Framework", - }, - { - imgSrc: "/ads/pipelines-banner.png", - mobileImgSrc: "/ads/pipelines-banner-mobile.png", - url: "https://github.com/open-webui/pipelines", - name: "Open WebUI Pipelines", - description: - "Pipelines: Versatile, UI-Agnostic OpenAI-Compatible Plugin Framework", - }, - { - 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", + "Follow along as I build my own AI powered digital brain.", }, ]; diff --git a/static/ads/sponsor-banner-1.png b/static/ads/sponsor-banner-1.png new file mode 100644 index 0000000..7b81b80 Binary files /dev/null and b/static/ads/sponsor-banner-1.png differ diff --git a/static/ads/sponsor-banner-small-1.png b/static/ads/sponsor-banner-small-1.png new file mode 100644 index 0000000..4259336 Binary files /dev/null and b/static/ads/sponsor-banner-small-1.png differ