@@ -9,15 +9,15 @@ export default function SupportPage() {
99 < div className = "xl:pl-72 w-full" >
1010 < main className = "px-12 py-6 max-w-4xl" >
1111 < h1 className = "text-4xl font-semibold mb-4" > Support the Project</ h1 >
12- < p className = "text-gray-600 mb-10 text-lg" >
12+ < p className = "text-text-muted mb-10 text-lg" >
1313 Project NOMAD is 100% free and open source — no subscriptions, no paywalls, no catch.
1414 If you'd like to help keep the project going, here are a few ways to show your support.
1515 </ p >
1616
1717 { /* Ko-fi */ }
1818 < section className = "mb-12" >
1919 < h2 className = "text-2xl font-semibold mb-3" > Buy Us a Coffee</ h2 >
20- < p className = "text-gray-700 mb-4" >
20+ < p className = "text-text-muted mb-4" >
2121 Every contribution helps fund development, server costs, and new content packs for NOMAD.
2222 Even a small donation goes a long way.
2323 </ p >
@@ -47,7 +47,7 @@ export default function SupportPage() {
4747 className = "w-full"
4848 />
4949 </ a >
50- < p className = "text-gray-700 mb-4" >
50+ < p className = "text-text-muted mb-4" >
5151 Rogue Support is a networking consultation service for home users.
5252 Think of it as Uber for computer networking — expert help when you need it.
5353 </ p >
@@ -65,7 +65,7 @@ export default function SupportPage() {
6565 { /* Other Ways to Help */ }
6666 < section className = "mb-10" >
6767 < h2 className = "text-2xl font-semibold mb-3" > Other Ways to Help</ h2 >
68- < ul className = "space-y-2 text-gray-700 " >
68+ < ul className = "space-y-2 text-text-muted " >
6969 < li >
7070 < a
7171 href = "https://github.com/Crosstalk-Solutions/project-nomad"
0 commit comments