@@ -18,9 +18,9 @@ export default function Login() {
1818 : undefined ;
1919
2020 return (
21- < div className = "min-h-screen flex bg-[#0a0a1a] text-white relative" >
21+ < div className = "min-h-screen flex relative" >
2222 { /* Left Side - Visual / Branding */ }
23- < div className = "hidden lg:flex lg:w-1/2 relative flex-col justify-between p-12 md:p-16 xl:p-24 border-r border-white/5 bg-gradient-to-br from-[#0a0a1a] to-[#0a0a1a] overflow-hidden" >
23+ < div className = "hidden lg:flex lg:w-1/2 relative flex-col justify-between p-12 md:p-16 xl:p-24 border-r border-white/5 bg-blue-600 overflow-hidden" >
2424 { /* Background elements */ }
2525 < div className = "absolute inset-0 grid-bg opacity-30" />
2626
@@ -30,14 +30,14 @@ export default function Login() {
3030 className = "flex items-center gap-3 w-fit hover:opacity-80 transition"
3131 >
3232 < Image src = "/logo.svg" alt = "Devpulse Logo" width = { 40 } height = { 40 } />
33- < span className = "text-2xl font-bold tracking-tight text-white " >
33+ < span className = "text-2xl font-bold tracking-tight" >
3434 Devpulse
3535 </ span >
3636 </ Link >
3737 </ div >
3838
3939 < div className = "relative z-10 max-w-md" >
40- < h1 className = "text-4xl font-extrabold mb-5 leading-tight text-transparent bg-clip-text bg-gradient-to-r from- white to-gray-400 " >
40+ < h1 className = "text-4xl font-extrabold mb-5 leading-tight text-white" >
4141 Welcome back to your dashboard.
4242 </ h1 >
4343 < p className = "text-gray-400 text-lg leading-relaxed mb-8" >
@@ -95,7 +95,7 @@ export default function Login() {
9595 className = "lg:hidden flex items-center justify-center gap-3 mb-10"
9696 >
9797 < Image src = "/logo.svg" alt = "Devpulse Logo" width = { 40 } height = { 40 } />
98- < h2 className = "text-3xl font-bold text-white " > Devpulse</ h2 >
98+ < h2 className = "text-3xl font-bold" > Devpulse</ h2 >
9999 </ Link >
100100
101101 < div className = "mb-8 text-left" >
0 commit comments