diff --git a/app/(auth)/layout.tsx b/app/(auth)/layout.tsx index 67e3e8f..97d15f9 100644 --- a/app/(auth)/layout.tsx +++ b/app/(auth)/layout.tsx @@ -4,7 +4,6 @@ import { LayoutDashboard, BrainCircuit, Sparkles, - Star, Library, FileText, Target, @@ -21,24 +20,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 +45,9 @@ export default function AuthLayout({ {/* Center Premium Content */}
-

+

Elevate your engineering journey with a{" "} - + personalized AI tutor . @@ -229,7 +228,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 (