@@ -106,7 +106,7 @@ export default function About() {
106106 </ div >
107107 < div className = "rounded-xl shadow p-6 flex flex-col items-center" >
108108 < h5 id = "join-chats" className = "font-bold mb-4 text-xl text-center" > Join the Community</ h5 >
109- < p className = "mb-4 text-center" > Shape the product or chat with like-minded people .</ p >
109+ < p className = "mb-4 text-center" > Let's shape the platform together .</ p >
110110 < div className = "flex flex-col gap-4 w-full items-center" >
111111 < a
112112 href = { discordLink }
@@ -115,42 +115,47 @@ export default function About() {
115115 >
116116 Join the Discord
117117 </ a >
118- < a
119- href = { stoatLink }
120- className = "px-6 py-2 rounded-full bg-gray-200 text-gray-800 font-semibold text-lg shadow hover:bg-gray-300 dark:bg-gray-700 dark:text-white dark:hover:bg-gray-600 transition"
121- target = "_blank" rel = "noopener noreferrer"
122- >
123- Join on Stoat / Revolt
124- </ a >
118+ { /*<a*/ }
119+ { /* href={stoatLink}*/ }
120+ { /* className="px-6 py-2 rounded-full bg-gray-200 text-gray-800 font-semibold text-lg shadow hover:bg-gray-300 dark:bg-gray-700 dark:text-white dark:hover:bg-gray-600 transition"*/ }
121+ { /* target="_blank" rel="noopener noreferrer"*/ }
122+ { /*>*/ }
123+ { /* Join on Stoat / Revolt*/ }
124+ { /* </a>*/ }
125125 </ div >
126126 </ div >
127127 < div className = "rounded-xl shadow p-6 flex flex-col items-center" >
128128 < h5 id = "donate" className = "font-bold mb-4 text-xl text-center" > Donate</ h5 >
129- < p className = "mb-4 text-center custom-link" > < Link href = "/support" > Support</ Link > our not-for-profit
130- infrastructure.</ p >
129+ < p className = "mb-4 text-center custom-link" > Support our not-for-profit infrastructure.</ p >
131130 < div className = "flex flex-col gap-4 w-full items-center" >
132131 < a
133- href = "https://patreon.com/CompassMeet"
134- className = "px-6 py-2 rounded-full bg-gray-200 text-gray-800 font-semibold text-lg shadow hover:bg-gray-300 dark:bg-gray-700 dark:text-white dark:hover:bg-gray-600 transition text-center"
135- target = "_blank" rel = "noopener noreferrer"
136- >
137- Donate on Patreon
138- </ a >
139- < a
140- href = "https://www.paypal.com/paypalme/CompassConnections"
141- className = "px-6 py-2 rounded-full bg-gray-200 text-gray-800 font-semibold text-lg shadow hover:bg-gray-300 dark:bg-gray-700 dark:text-white dark:hover:bg-gray-600 transition text-center"
142- target = "_blank" rel = "noopener noreferrer"
143- >
144- Donate on PayPal
145- </ a >
146- < a
147- href = "https://ko-fi.com/compassconnections"
132+ href = "/support"
148133 className = "px-6 py-2 rounded-full bg-gray-200 text-gray-800 font-semibold text-lg shadow hover:bg-gray-300 dark:bg-gray-700 dark:text-white dark:hover:bg-gray-600 transition text-center"
149- target = "_blank" rel = "noopener noreferrer"
150134 >
151- Donate on Ko-fi
135+ Donation Options
152136 </ a >
153137 { /*<a*/ }
138+ { /* href="https://patreon.com/CompassMeet"*/ }
139+ { /* className="px-6 py-2 rounded-full bg-gray-200 text-gray-800 font-semibold text-lg shadow hover:bg-gray-300 dark:bg-gray-700 dark:text-white dark:hover:bg-gray-600 transition text-center"*/ }
140+ { /* target="_blank" rel="noopener noreferrer"*/ }
141+ { /*>*/ }
142+ { /* Donate on Patreon*/ }
143+ { /*</a>*/ }
144+ { /*<a*/ }
145+ { /* href="https://www.paypal.com/paypalme/CompassConnections"*/ }
146+ { /* className="px-6 py-2 rounded-full bg-gray-200 text-gray-800 font-semibold text-lg shadow hover:bg-gray-300 dark:bg-gray-700 dark:text-white dark:hover:bg-gray-600 transition text-center"*/ }
147+ { /* target="_blank" rel="noopener noreferrer"*/ }
148+ { /*>*/ }
149+ { /* Donate on PayPal*/ }
150+ { /*</a>*/ }
151+ { /*<a*/ }
152+ { /* href="https://ko-fi.com/compassconnections"*/ }
153+ { /* className="px-6 py-2 rounded-full bg-gray-200 text-gray-800 font-semibold text-lg shadow hover:bg-gray-300 dark:bg-gray-700 dark:text-white dark:hover:bg-gray-600 transition text-center"*/ }
154+ { /* target="_blank" rel="noopener noreferrer"*/ }
155+ { /*>*/ }
156+ { /* Donate on Ko-fi*/ }
157+ { /*</a>*/ }
158+ { /*<a*/ }
154159 { /* href="https://github.com/sponsors/CompassConnections"*/ }
155160 { /* className="px-6 py-2 rounded-full bg-gray-200 text-gray-800 font-semibold text-lg shadow hover:bg-gray-300 dark:bg-gray-700 dark:text-white dark:hover:bg-gray-600 transition w-full text-center"*/ }
156161 { /* target="_blank" rel="noopener noreferrer"*/ }
0 commit comments