From e1138c789e034527cd985bebe181357d67529b7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Gierwia=C5=82o?= Date: Fri, 5 Dec 2025 18:42:52 +0100 Subject: [PATCH] fix(homepage): improve responsive layout for mobile devices Navigation: - Reduce logo and text size on mobile (w-6 h-6 -> w-8 h-8 on sm+) - Reduce spacing between nav items (space-x-2 -> space-x-4 on sm+) - Hide 'Dashboard' text on mobile, show icon only - Adjust padding and text sizes for all nav buttons - Add whitespace-nowrap to 'Get Started' button Hero section: - Responsive heading sizes (text-3xl -> text-6xl) - Responsive paragraph sizes (text-base -> text-2xl) - Responsive padding (py-12 -> py-20) - Responsive button sizes (px-6/py-3 -> px-8/py-4) --- frontend/src/pages/HomePage.jsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/frontend/src/pages/HomePage.jsx b/frontend/src/pages/HomePage.jsx index 8a8ee9a..5cf19bd 100644 --- a/frontend/src/pages/HomePage.jsx +++ b/frontend/src/pages/HomePage.jsx @@ -18,22 +18,22 @@ const HomePage = () => { -
-

+
+

Capture Every Round Together

-

+

Connect with competitors, record each other's rounds, and swap videos in seconds.

{user ? "Go to Dashboard" : "Start Collaborating"}