feat: V1 landing page

This commit is contained in:
2026-03-30 13:07:57 -03:00
parent 6233888b91
commit b03907662c
9 changed files with 6497 additions and 0 deletions

6
tsconfig.json Normal file
View File

@@ -0,0 +1,6 @@
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"baseUrl": "."
}
}