From 301b1d876ee9a253cc7c23b9be4a30bfe935e969 Mon Sep 17 00:00:00 2001 From: jessy-david-dev Date: Tue, 27 Jan 2026 18:00:42 +0100 Subject: [PATCH] feat(contact): add RGPD consent checkbox to contact form --- component/sections/Contact.tsx | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/component/sections/Contact.tsx b/component/sections/Contact.tsx index 5ac1eb3..99a326e 100644 --- a/component/sections/Contact.tsx +++ b/component/sections/Contact.tsx @@ -291,6 +291,35 @@ export default function Contact() { /> + {/* Consentement RGPD */} +
+ + +
+ {/* Message d'erreur */} {error && (