Test #2
@@ -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">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user