docs: add placeholder warning to landing page

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso 2025-03-20 15:10:37 -04:00
parent c47347ff76
commit c49c039fae
No known key found for this signature in database
2 changed files with 9 additions and 2 deletions

View file

@ -37,6 +37,13 @@ export default function Home(): ReactNode {
<HomepageHeader />
<main>
<HomepageFeatures />
<center>
<p>
This is all placeholder text. It will be fixed. Give me time. I am
one person and my project has unexpectedly gone viral.
</p>
</center>
</main>
</Layout>
);