From cb7687f7fcd035afc3a37dc1a6e768989ff30c4e Mon Sep 17 00:00:00 2001 From: Horus AI Date: Tue, 14 Apr 2026 13:51:21 +0200 Subject: [PATCH] Mobile responsive: hamburger menu, stacked plans on phone, touch-friendly forms, compact cards --- frontend/app/contact/page.tsx | 80 ++++++------- frontend/app/login/page.tsx | 57 +++++---- frontend/app/page.tsx | 218 ++++++++++++---------------------- frontend/app/signup/page.tsx | 49 ++++---- 4 files changed, 163 insertions(+), 241 deletions(-) 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 (
-