Update src/app/page.tsx

This commit is contained in:
2026-03-15 21:41:42 +00:00
parent 5d2d6792a3
commit 166f47b890

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
tag="CISO-Level Security Expertise"
tagIcon={Shield}
tagAnimation="slide-up"
background={{ variant: "glowing-orb" }}
background={{ variant: "plain" }}
kpis={[
{ value: "15+", label: "Years Security Expertise" },
{ value: "500+", label: "Threats Investigated" },
@@ -206,7 +206,7 @@ export default function LandingPage() {
{ text: "GitHub Portfolio", href: "https://github.com/danntata/Cyber-Portfolio/" }
]}
buttonAnimation="slide-up"
background={{ variant: "glowing-orb" }}
background={{ variant: "plain" }}
useInvertedBackground={true}
/>
</div>