func: add docs page + overview and mental health pages
This commit is contained in:
parent
65a50c6ba1
commit
efd9ecfa21
4 changed files with 138 additions and 0 deletions
10
components/docs/pages/MentalHealth.tsx
Normal file
10
components/docs/pages/MentalHealth.tsx
Normal 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>
|
||||
)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue