From 8ba568c660eebbc6f617194113c2e1609f9a531f Mon Sep 17 00:00:00 2001 From: nitin mohan Date: Wed, 8 Jul 2026 02:32:29 +0530 Subject: [PATCH 1/2] improve movile responsivness and light mode colour contrast --- app/(auth)/layout.tsx | 34 ++++++++-------- app/(auth)/sign-in/page.tsx | 4 +- app/(auth)/sign-up/page.tsx | 4 +- app/dashboard/page.tsx | 2 +- components/auth/auth-input.tsx | 2 +- components/auth/oauth-button.tsx | 2 +- components/contact/ContactSection.module.css | 41 +++++++++++++++++--- features/landing/hero.tsx | 33 +++++++++------- 8 files changed, 79 insertions(+), 43 deletions(-) diff --git a/app/(auth)/layout.tsx b/app/(auth)/layout.tsx index 67e3e8f..900654a 100644 --- a/app/(auth)/layout.tsx +++ b/app/(auth)/layout.tsx @@ -21,24 +21,24 @@ export default function AuthLayout({ {/* Main Split Content */}
{/* Left Side - Brand & Features (Hidden on Mobile) */} -
+
{/* Background Gradients & Effects */}
-
-
-
+
+
+
{/* Top Logo - Large like Instagram */}
-
-
+
+
Hyper Learning Logo
@@ -46,9 +46,9 @@ export default function AuthLayout({ {/* Center Premium Content */}
-

+

Elevate your engineering journey with a{" "} - + personalized AI tutor . @@ -229,7 +229,7 @@ export default function AuthLayout({ {/* Global Footer */}
-
+
-
+
About Contact Creators Feedback
-
- Disclaimer: +
+ Disclaimer: Some content may contain errors. Please cross-check and share corrections via our feedback section. diff --git a/app/(auth)/sign-in/page.tsx b/app/(auth)/sign-in/page.tsx index 3342803..9b3c273 100644 --- a/app/(auth)/sign-in/page.tsx +++ b/app/(auth)/sign-in/page.tsx @@ -54,7 +54,9 @@ export default function SignInPage() {
- Or + + Or +
diff --git a/app/(auth)/sign-up/page.tsx b/app/(auth)/sign-up/page.tsx index de96e83..b6d5470 100644 --- a/app/(auth)/sign-up/page.tsx +++ b/app/(auth)/sign-up/page.tsx @@ -94,7 +94,9 @@ export default function SignUpPage() {
- Or + + Or +
diff --git a/app/dashboard/page.tsx b/app/dashboard/page.tsx index ac1df69..48962ca 100644 --- a/app/dashboard/page.tsx +++ b/app/dashboard/page.tsx @@ -144,7 +144,7 @@ export default function DashboardPage() { Quick Actions

-
+
diff --git a/components/auth/oauth-button.tsx b/components/auth/oauth-button.tsx index a091596..56271cb 100644 --- a/components/auth/oauth-button.tsx +++ b/components/auth/oauth-button.tsx @@ -2,7 +2,7 @@ export function OAuthButton() { return (