improve login page, adapt the style from the home page, remove uneccessary components

This commit is contained in:
Anton Kupriianov 2025-05-08 13:46:38 -07:00
parent f7cae6fe34
commit 60ba90f492
7 changed files with 307 additions and 94 deletions

View file

@ -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>