diff --git a/src/app/login/page.tsx b/src/app/login/page.tsx index 189287d..dfcb7c9 100644 --- a/src/app/login/page.tsx +++ b/src/app/login/page.tsx @@ -19,102 +19,79 @@ export default function LoginPage() {
-
- {/* Left Side: Video Demo */} -
-
-
- -
-
-

Live Preview

-

Experience the journey

+
+ {/* Login Form */} + + +
+ Q
-
-
+ + QuitTraq + + + Your companion to a smoke-free life + + + +
+ - {/* Right Side: Login Form */} -
- - -
- Q -
- - QuitTraq - - - Your companion to a smoke-free life - -
- -
- + +
- -
+
+ setStayLoggedIn(checked === true)} + className="w-5 h-5 rounded-md border-slate-300 dark:border-slate-700" + /> + +
-
- setStayLoggedIn(checked === true)} - className="w-5 h-5 rounded-md border-slate-300 dark:border-slate-700" - /> - -
- -
-

- By continuing, you agree to our Terms & Privacy Policy -

-
- - -
+
+

+ By continuing, you agree to our Terms & Privacy Policy +

+
+
+
);