feat: simple landing with contact form and applications showcase
Some checks failed
Build & Deploy (prod) / deploy (push) Failing after 11s

This commit is contained in:
Raul Lugo
2026-02-05 12:53:35 +01:00
parent 385175b49c
commit dd227618cd
98 changed files with 4182 additions and 298 deletions

View File

@@ -1,15 +1,51 @@
{
"$schema": "https://starwind.dev/config-schema.json",
"tailwind": {
"css": "src/styles/global.css",
"css": "src/styles/starwind.css",
"baseColor": "neutral",
"cssVariables": true
},
"componentDir": "src/components",
"components": [
{
"name": "navbar",
"version": "1.0.0"
},
{
"name": "button",
"version": "2.3.0"
},
{
"name": "input",
"version": "1.3.1"
},
{
"name": "accordion",
"version": "1.3.3"
},
{
"name": "carousel",
"version": "1.0.1"
},
{
"name": "dropdown",
"version": "1.2.3"
},
{
"name": "label",
"version": "1.2.0"
},
{
"name": "textarea",
"version": "1.3.1"
},
{
"name": "image",
"version": "1.0.0"
},
{
"name": "card",
"version": "2.0.0"
}
]
}