diff --git a/src/components/TopBanners.tsx b/src/components/TopBanners.tsx index f9f0863..6a613aa 100644 --- a/src/components/TopBanners.tsx +++ b/src/components/TopBanners.tsx @@ -3,17 +3,17 @@ import { TopBanner } from "@site/src/components/Sponsors/TopBanner"; export const TopBanners = () => { const items = [ { - imgSrc: "/ads/pipelines-banner.png", - mobileImgSrc: "/ads/pipelines-banner-mobile.png", - url: "https://github.com/open-webui/pipelines", - name: "Open WebUI Pipelines", + imgSrc: "/ads/openwebui-banner.png", + mobileImgSrc: "/ads/openwebui-banner-mobile.png", + url: "https://openwebui.com", + name: "Open WebUI Community", description: - "Pipelines: Versatile, UI-Agnostic OpenAI-Compatible Plugin Framework", + "Join our growing community! Sign up to gain access to exclusive models, tools, and functions.", }, { imgSrc: "/ads/placeholder.png", mobileImgSrc: "/ads/placeholder-mobile.png", - url: "https://github.com/sponsors/tjbck", + url: "mailto:sales@openwebui.com?subject=Sponsorship Inquiry: Open WebUI", name: "Open WebUI", description: "The top banner spot is reserved for only two Enterprise sponsors on a first-come, first-served basis", diff --git a/static/ads/openwebui-banner-mobile.png b/static/ads/openwebui-banner-mobile.png new file mode 100644 index 0000000..cb714bb Binary files /dev/null and b/static/ads/openwebui-banner-mobile.png differ diff --git a/static/ads/openwebui-banner.png b/static/ads/openwebui-banner.png new file mode 100644 index 0000000..49eeb1d Binary files /dev/null and b/static/ads/openwebui-banner.png differ