diff --git a/_layouts/_includes/footer.html b/_layouts/_includes/footer.html
index e8a93c6..c0b21f3 100644
--- a/_layouts/_includes/footer.html
+++ b/_layouts/_includes/footer.html
@@ -12,9 +12,10 @@
Quick link
diff --git a/_layouts/_includes/sponsors.html b/_layouts/_includes/sponsors.html
index 1146294..0a1451a 100644
--- a/_layouts/_includes/sponsors.html
+++ b/_layouts/_includes/sponsors.html
@@ -13,5 +13,8 @@ Corporate Sponsors
+
+ Learn more about corporate sponsorships
+
diff --git a/_layouts/support.html b/_layouts/support.html
index 6c40fc6..6b6953d 100644
--- a/_layouts/support.html
+++ b/_layouts/support.html
@@ -7,5 +7,6 @@
{% include "_includes/partnerships.html" %}
{% set foundational_supporters=data.foundational_supporters %}
{% include "_includes/foundational_supporters.html" %}
+{% include "_includes/sponsors.html" %}
{% include "_includes/pitch_deck.html" %}
{% endblock %}
diff --git a/app.py b/app.py
index 33b26a2..294575a 100644
--- a/app.py
+++ b/app.py
@@ -26,7 +26,7 @@
"icon": "iconoir-calendar",
},
{
- "text": "Support Us",
+ "text": "Donate",
"url": "/support.html",
"icon": "iconoir-donate",
},
diff --git a/support.md b/support.md
index a44e157..fccb9fd 100644
--- a/support.md
+++ b/support.md
@@ -6,5 +6,3 @@ title: Support
# Support Black Python Devs
Black Python Devs is a Non-Profit, fiscally hosted under the [GNOME Foundation](https://foundation.gnome.org/). The GNOME Foundation takes a small percentage for administration costs and support but at least 90% of proceeds goes directly to Black Python Devs Fund to support operational costs and supporting community events in the communities of Black Python Devs.
-
-Looking for member discounts? View our [Partnerships](#partnerships).
diff --git a/uv.lock b/uv.lock
index 5ecc940..36009b9 100644
--- a/uv.lock
+++ b/uv.lock
@@ -2,6 +2,9 @@ version = 1
revision = 3
requires-python = ">=3.13"
+[options]
+prerelease-mode = "allow"
+
[[package]]
name = "annotated-doc"
version = "0.0.4"