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