feat(contact): ajouter un backend pour le traitement des formulaires de contact avec validation et envoi d'e-mails

This commit is contained in:
Boris Waaub
2026-02-11 19:40:46 +01:00
parent 7acc762a05
commit 8d19a4b421
6 changed files with 147 additions and 10 deletions

View File

@@ -2902,6 +2902,11 @@ body {
background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.bg-blue-500 {
--tw-bg-opacity: 1;
background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-b {
background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
@@ -4399,6 +4404,11 @@ body {
background-color: rgb(140 41 8 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-700:hover {
--tw-bg-opacity: 1;
background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.hover\:text-gray-900:hover {
--tw-text-opacity: 1;
color: rgb(17 24 39 / var(--tw-text-opacity, 1));