File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 11import React , { useEffect , useRef , useState } from 'react' ;
2- import { Shield } from 'lucide-react' ;
32
43export default function HeroSection ( ) {
54 const shieldRef = useRef < HTMLDivElement > ( null ) ;
@@ -46,13 +45,10 @@ export default function HeroSection() {
4645 } }
4746 >
4847 < div className = "relative w-32 h-32 mx-auto" >
49- < div className = "absolute inset-0 rounded-3xl bg-gradient-to-br from-sky-500/20 to-emerald-500/20 border border-sky-400/30 backdrop-blur-sm animate-pulse-slow" />
50- < div className = "absolute inset-2 rounded-2xl bg-gradient-to-br from-sky-500/10 to-emerald-500/10 border border-sky-400/20" />
51- < div className = "absolute inset-0 flex items-center justify-center" >
52- < Shield className = "w-16 h-16 text-sky-400" strokeWidth = { 1.5 } />
53- </ div >
5448 < div className = "absolute -inset-4 rounded-full border border-sky-400/10 animate-spin-very-slow" />
55- < div className = "absolute -inset-8 rounded-full border border-emerald-400/5 animate-spin-very-slow-reverse" />
49+ < div className = "w-32 h-32 rounded-full overflow-hidden border-2 border-sky-400/30 ring-4 ring-sky-400/10 bg-slate-800/60 animate-pulse-slow" >
50+ < img src = "/panger-lkr.png" alt = "Panger Lkr" className = "w-full h-full object-cover" />
51+ </ div >
5652 < div className = "absolute top-0 right-0 w-3 h-3 rounded-full bg-emerald-400 animate-ping-slow" />
5753 < div className = "absolute bottom-2 left-0 w-2 h-2 rounded-full bg-sky-400 animate-ping-slow delay-500" />
5854 </ div >
You can’t perform that action at this time.
0 commit comments