func: add docs page + overview and mental health pages

This commit is contained in:
Aidan 2025-05-10 05:02:12 -04:00
parent 65a50c6ba1
commit efd9ecfa21
4 changed files with 138 additions and 0 deletions

View file

@ -0,0 +1,10 @@
export function MentalHealth() {
return (
<div>
<h1 className="text-4xl font-bold">Mental Health</h1>
<p className="text-gray-400">
---
</p>
</div>
)
}