Skip to content

Commit b916738

Browse files
authored
Update hero section branding
1 parent bde047a commit b916738

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/components/landing/HeroSection.tsx

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import React, { useEffect, useRef, useState } from 'react';
2-
import { Shield } from 'lucide-react';
32

43
export 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>

0 commit comments

Comments
 (0)