diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index bc1975a..191b7ad 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -28,35 +28,21 @@ export default function LandingPage() {
@@ -67,15 +53,15 @@ export default function LandingPage() {
metrics={[
{
icon: Shield,
- label: "Cybersecurity interests",
+ label: "Cybersecurity interests", value: "High"
},
{
icon: Code,
- label: "Web development background",
+ label: "Web development background", value: "Solid"
},
{
icon: Globe,
- label: "Passion for aviation",
+ label: "Passion for aviation", value: "Deep"
},
]}
metricsAnimation="slide-up"
@@ -90,34 +76,16 @@ export default function LandingPage() {
carouselMode="buttons"
metrics={[
{
- id: "exp-1",
- value: "Security",
- title: "Monitoring",
- items: [
- "Threat Detection",
- "Incident Response",
- "Threat Hunting",
- ],
+ id: "exp-1", value: "Security", title: "Monitoring", items: [
+ "Threat Detection", "Incident Response", "Threat Hunting"],
},
{
- id: "exp-2",
- value: "Web",
- title: "Development",
- items: [
- "Front-End",
- "Secure Application Design",
- "Technical Research",
- ],
+ id: "exp-2", value: "Web", title: "Development", items: [
+ "Front-End", "Secure Application Design", "Technical Research"],
},
{
- id: "exp-3",
- value: "Aviation",
- title: "Knowledge",
- items: [
- "Pilot Training",
- "Flight Operations",
- "Aerospace Technology",
- ],
+ id: "exp-3", value: "Aviation", title: "Knowledge", items: [
+ "Pilot Training", "Flight Operations", "Aerospace Technology"],
},
]}
title="My Core Expertise"
@@ -134,59 +102,23 @@ export default function LandingPage() {
carouselMode="buttons"
testimonials={[
{
- id: "achieve-1",
- name: "Certified Blue Team Analyst",
- handle: "Cybersecurity",
- testimonial: "Successfully completed advanced Blue Team training and certification, specializing in threat detection and incident response.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-concept-m_23-2150041839.jpg",
- imageAlt: "Cybersecurity certificate",
- },
+ id: "achieve-1", name: "Certified Blue Team Analyst", handle: "Cybersecurity", testimonial: "Successfully completed advanced Blue Team training and certification, specializing in threat detection and incident response.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-concept-m_23-2150041839.jpg", imageAlt: "Cybersecurity certificate"},
{
- id: "achieve-2",
- name: "Award-Winning Web Project",
- handle: "Web Development",
- testimonial: "Led the development of a highly acclaimed responsive portfolio website, recognized for its innovative design and user experience.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/professional-writes-ai-code-laptop_482257-91012.jpg",
- imageAlt: "Web development project",
- },
+ id: "achieve-2", name: "Award-Winning Web Project", handle: "Web Development", testimonial: "Led the development of a highly acclaimed responsive portfolio website, recognized for its innovative design and user experience.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/professional-writes-ai-code-laptop_482257-91012.jpg", imageAlt: "Web development project"},
{
- id: "achieve-3",
- name: "Private Pilot License",
- handle: "Aviation",
- testimonial: "Achieved Private Pilot License (PPL) after rigorous training, demonstrating proficiency in flight operations and airmanship.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/man-suit_1321-1166.jpg",
- imageAlt: "Pilot in cockpit",
- },
+ id: "achieve-3", name: "Private Pilot License", handle: "Aviation", testimonial: "Achieved Private Pilot License (PPL) after rigorous training, demonstrating proficiency in flight operations and airmanship.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/man-suit_1321-1166.jpg", imageAlt: "Pilot in cockpit"},
{
- id: "achieve-4",
- name: "Advanced Threat Hunter",
- handle: "Cybersecurity",
- testimonial: "Developed and implemented advanced threat hunting playbooks, significantly reducing mean time to detect (MTTD) for critical incidents.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/software-developer-data-center-using-artificial-intelligence_482257-106967.jpg",
- imageAlt: "Person at desk working on cybersecurity project",
- },
+ id: "achieve-4", name: "Advanced Threat Hunter", handle: "Cybersecurity", testimonial: "Developed and implemented advanced threat hunting playbooks, significantly reducing mean time to detect (MTTD) for critical incidents.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/software-developer-data-center-using-artificial-intelligence_482257-106967.jpg", imageAlt: "Person at desk working on cybersecurity project"},
{
- id: "achieve-5",
- name: "Security Consulting Lead",
- handle: "Cybersecurity",
- testimonial: "Provided expert security consulting for multiple organizations, enhancing their overall security posture and compliance.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/army-officer-examining-real-time-satellite-data-big-screen-military-base_482257-89895.jpg",
- imageAlt: "Network infrastructure",
- },
+ id: "achieve-5", name: "Security Consulting Lead", handle: "Cybersecurity", testimonial: "Provided expert security consulting for multiple organizations, enhancing their overall security posture and compliance.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/army-officer-examining-real-time-satellite-data-big-screen-military-base_482257-89895.jpg", imageAlt: "Network infrastructure"},
{
- id: "achieve-6",
- name: "Full-Stack Project Developer",
- handle: "Web Development",
- testimonial: "Successfully delivered several end-to-end web projects, encompassing both front-end and back-end development with a focus on security.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/mystery-box-with-gifts-concept_23-2150063178.jpg",
- imageAlt: "Laptop displaying a responsive website",
- },
+ id: "achieve-6", name: "Full-Stack Project Developer", handle: "Web Development", testimonial: "Successfully delivered several end-to-end web projects, encompassing both front-end and back-end development with a focus on security.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/mystery-box-with-gifts-concept_23-2150063178.jpg", imageAlt: "Laptop displaying a responsive website"},
]}
showRating={true}
title="Achievements & Certifications"
@@ -199,62 +131,37 @@ export default function LandingPage() {
@@ -62,15 +48,14 @@ export default function LandingPage() {
@@ -80,14 +65,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Instagram",
- "Discord",
- "Telegram",
- "LinkedIn",
- "GitHub",
- "X (Twitter)",
- "Stack Overflow",
- ]}
+ "Instagram", "Discord", "Telegram", "LinkedIn", "GitHub", "X (Twitter)", "Stack Overflow"]}
title="Connect with Me"
description="Find me on various platforms and join my community to stay updated on my latest work and insights."
tag="Social"
@@ -100,62 +78,37 @@ export default function LandingPage() {