functional landing page

This commit is contained in:
2025-05-30 18:36:43 -03:00
parent e65c0a3503
commit 64af6b23ff
20 changed files with 1726 additions and 114 deletions

5
postcss.config.mjs Normal file
View File

@@ -0,0 +1,5 @@
export default {
plugins: {
"@tailwindcss/postcss": {},
}
}