Contact
Deploy GISE landing page test / build-and-deploy (push) Failing after 11s

This commit is contained in:
LathanDevers
2026-07-28 18:59:19 +02:00
parent 32e1068ace
commit 4371750613
-6
View File
@@ -66,12 +66,6 @@ export default function GiseLandingPage() {
setCookieConsent(null);
};
const handleContactSubmit = (e: React.FormEvent) => {
e.preventDefault();
setFormStatus('submitting');
setTimeout(() => setFormStatus('success'), 1500);
};
return (
<div className="min-h-screen font-sans bg-[#f8f9fa] dark:bg-[#0f172a] text-[#1f1f1f] dark:text-[#e3e2e6] selection:bg-blue-600 selection:text-white transition-colors duration-300">