diff --git a/frontend/app/contact/page.tsx b/frontend/app/contact/page.tsx index ac83c30..f424463 100644 --- a/frontend/app/contact/page.tsx +++ b/frontend/app/contact/page.tsx @@ -16,7 +16,6 @@ export default function ContactPage() { setError("") try { - // In production, this would send to a backend/API await new Promise(resolve => setTimeout(resolve, 1500)) setSuccess(true) } catch { @@ -27,100 +26,99 @@ export default function ContactPage() { return (
-