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