+ {/* Inner card (glassmorphic effect) */}
+
+
+ {/* Header */}
+
+ Sign In
+
+
+ Enter your email and password to access your account.
+
+
+ {/* Login form */}
-
- Don't have an account ?
-
+ {/* Footer link */}
+
+ Don’t have an account?{" "}
+
SIGN UP
@@ -37,7 +66,8 @@ const LoginPage = (props: Props) => {
- )
-}
+ );
+};
+
export default LoginPage
diff --git a/app/(auth)/register/page.tsx b/app/(auth)/register/page.tsx
index 811d53d..11b05b0 100644
--- a/app/(auth)/register/page.tsx
+++ b/app/(auth)/register/page.tsx
@@ -6,30 +6,58 @@ import React from 'react';
type Props = {}
const RegisterPage = (props: Props) => {
- return (
-
-
-

+ return (
+
+ {/* Background gradient layer */}
+
+

+
-
-

-

-

-

-
-
+ {/* Background decorative objects */}
+

+

-
-
-
Sign Up
-
Enter your email and password to register
-
+ {/* Centered card wrapper */}
+
+
+ {/* Inner card (glassmorphic effect) */}
+
+
+ {/* Header */}
+
+ Sign Up
+
+
+ Enter your email and password to register
+
+
+ {/* Login form */}
-
- Already have an account ?
-
+ {/* Footer link */}
+
+ Already have an account ?{" "}
+
SIGN IN
@@ -38,7 +66,7 @@ const RegisterPage = (props: Props) => {
- )
+ );
}
export default RegisterPage
diff --git a/components/auth/components-auth-login-form.tsx b/components/auth/components-auth-login-form.tsx
index 77cf895..0013f4e 100644
--- a/components/auth/components-auth-login-form.tsx
+++ b/components/auth/components-auth-login-form.tsx
@@ -35,9 +35,9 @@ const ComponentsAuthLoginForm = () => {
}
return (
-
*/}
-
-
+
-