diff --git a/src/pages/GiseLandingPage.tsx b/src/pages/GiseLandingPage.tsx index bb1bdb9..5ca4fb1 100644 --- a/src/pages/GiseLandingPage.tsx +++ b/src/pages/GiseLandingPage.tsx @@ -66,12 +66,6 @@ export default function GiseLandingPage() { setCookieConsent(null); }; - const handleContactSubmit = (e: React.FormEvent) => { - e.preventDefault(); - setFormStatus('submitting'); - setTimeout(() => setFormStatus('success'), 1500); - }; - return (