feat: enhance contact form with toast notifications and error handling

This commit is contained in:
2025-06-09 11:25:28 -03:00
parent a16374afd0
commit e0161c0c99
14 changed files with 234 additions and 148 deletions

View File

@@ -3,11 +3,11 @@
@tailwind utilities;
@theme {
--color-background: #0A0A0A;
--color-background: #161616;
--color-card: #121212;
--color-primary: #0ea5e9;
--color-text-primary: #F4F4F5;
--color-text-secondary: #A1A1AA;
--color-primary: #636B97;
--color-text-primary: #FFFFFF;
--color-text-secondary: #EAE3DB;
--color-border: #27272A;
}