Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user