From b49e6115d68ebe60805bb2d4a912e58e17efd7db Mon Sep 17 00:00:00 2001
From: KMKoushik
Date: Fri, 27 Mar 2026 21:42:50 +0100
Subject: [PATCH 1/3] feat: add Sayr bronze sponsor
---
README.md | 10 +++++
apps/marketing/next.config.js | 7 ++++
apps/marketing/src/app/page.tsx | 74 +++++++++++++++++++++------------
3 files changed, 65 insertions(+), 26 deletions(-)
diff --git a/README.md b/README.md
index ac501b15..8a86250d 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 87c2b611..0b11f153 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 8d09cea6..4e90bf0e 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
+
+
-
+ >
+
+
+
+
@@ -189,7 +211,7 @@ function TrustedBy() {
{t.author.charAt(0).toUpperCase()}
-
+
{t.author}
Date: Fri, 27 Mar 2026 21:52:41 +0100
Subject: [PATCH 2/3] fix: correct Sayr black logo URL
---
README.md | 4 ++--
apps/marketing/src/app/page.tsx | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 8a86250d..463748b0 100644
--- a/README.md
+++ b/README.md
@@ -128,8 +128,8 @@ We are grateful for the support of our sponsors.
-
-
+
+
diff --git a/apps/marketing/src/app/page.tsx b/apps/marketing/src/app/page.tsx
index 4e90bf0e..79b69460 100644
--- a/apps/marketing/src/app/page.tsx
+++ b/apps/marketing/src/app/page.tsx
@@ -95,7 +95,7 @@ function Hero() {
rel="noopener noreferrer"
>
Date: Sat, 28 Mar 2026 08:52:10 +1100
Subject: [PATCH 3/3] update ui
---
apps/marketing/src/app/page.tsx | 22 +++++++++++++---------
1 file changed, 13 insertions(+), 9 deletions(-)
diff --git a/apps/marketing/src/app/page.tsx b/apps/marketing/src/app/page.tsx
index 79b69460..837ce294 100644
--- a/apps/marketing/src/app/page.tsx
+++ b/apps/marketing/src/app/page.tsx
@@ -85,7 +85,7 @@ function Hero() {
-
+
Bronze sponsor
@@ -97,16 +97,16 @@ function Hero() {
@@ -210,7 +210,9 @@ function TrustedBy() {
- {t.author.charAt(0).toUpperCase()}
+
+ {t.author.charAt(0).toUpperCase()}
+
{t.author}
@@ -241,7 +243,9 @@ function TrustedBy() {
- {t.author.charAt(0).toUpperCase()}
+
+ {t.author.charAt(0).toUpperCase()}
+
{t.author}