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

@@ -15,5 +15,8 @@
"dotenv": "^16.5.0",
"express": "^5.1.0",
"nodemailer": "^7.0.3"
}, "scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
}
}