improve login page, adapt the style from the home page, remove uneccessary components
This commit is contained in:
parent
f7cae6fe34
commit
60ba90f492
7 changed files with 307 additions and 94 deletions
|
|
@ -29,6 +29,10 @@ const LoginPage = () => {
|
|||
<SignInForm />
|
||||
<div className="overlay-container">
|
||||
<div className="overlay">
|
||||
{/* Cyberpunk grid and scanline effects */}
|
||||
<div className="grid-background"></div>
|
||||
<div className="scanline"></div>
|
||||
|
||||
<div className="overlay-panel overlay-left">
|
||||
<h1>Welcome Back!</h1>
|
||||
<p>Please login with your personal info</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue