From bd78ed9ad9583831921846b85728a7c9127fc3fa Mon Sep 17 00:00:00 2001
From: KM Koushik
Date: Sat, 28 Mar 2026 08:57:51 +1100
Subject: [PATCH] feat: add Sayr bronze sponsor (#383)
* feat: add Sayr bronze sponsor
* fix: correct Sayr black logo URL
* update ui
---
README.md | 10 ++++
apps/marketing/next.config.js | 7 +++
apps/marketing/src/app/page.tsx | 82 ++++++++++++++++++++++-----------
3 files changed, 71 insertions(+), 28 deletions(-)
diff --git a/README.md b/README.md
index ac501b1..463748b 100644
--- a/README.md
+++ b/README.md
@@ -123,6 +123,16 @@ We are grateful for the support of our sponsors.
+### Bronze Sponsors
+
+
+
+
+
+
+
+
+
### Other Sponsors
diff --git a/apps/marketing/next.config.js b/apps/marketing/next.config.js
index 87c2b61..0b11f15 100644
--- a/apps/marketing/next.config.js
+++ b/apps/marketing/next.config.js
@@ -7,6 +7,13 @@ const config = {
images: {
// Required for static export if using images
unoptimized: true,
+ remotePatterns: [
+ {
+ protocol: "https",
+ hostname: "cdn.doras.to",
+ pathname: "/Sayr/**",
+ },
+ ],
},
pageExtensions: ["js", "jsx", "md", "mdx", "ts", "tsx"],
};
diff --git a/apps/marketing/src/app/page.tsx b/apps/marketing/src/app/page.tsx
index 8d09cea..837ce29 100644
--- a/apps/marketing/src/app/page.tsx
+++ b/apps/marketing/src/app/page.tsx
@@ -60,34 +60,56 @@ function Hero() {
Open source • Self-host in minutes • Free tier
-
+
+
+
+
+ Bronze sponsor
+
+
-
+ >
+
+
+
+
@@ -188,8 +210,10 @@ function TrustedBy() {