Update src/app/cyberattacks/page.tsx

This commit is contained in:
2026-03-09 06:10:36 +00:00
parent a3e20d6912
commit c27520f566

View File

@@ -88,7 +88,7 @@ export default function CyberattacksPage() {
],
},
{
title: "Phishing Red Flags", description: "Signs to watch for to identify phishing attempts", bentoComponent: "3d-task-list", title: "Phishing Red Flags", items: [
title: "Phishing Red Flags", description: "Signs to watch for to identify phishing attempts", bentoComponent: "3d-task-list", items: [
{ icon: AlertTriangle, label: "Check Sender Address", time: "1 min" },
{ icon: Eye, label: "Hover Over Links", time: "1 min" },
{ icon: Lock, label: "Verify via Official Contact", time: "2 min" },
@@ -134,7 +134,7 @@ export default function CyberattacksPage() {
],
},
{
title: "Malware Protection", description: "Steps to prevent and remove malware infections", bentoComponent: "3d-task-list", title: "Malware Protection", items: [
title: "Malware Protection", description: "Steps to prevent and remove malware infections", bentoComponent: "3d-task-list", items: [
{ icon: Lock, label: "Install Antivirus Software", time: "15 min" },
{ icon: Shield, label: "Keep System Updated", time: "10 min" },
{ icon: Eye, label: "Scan Downloads Before Opening", time: "5 min" },
@@ -180,7 +180,7 @@ export default function CyberattacksPage() {
],
},
{
title: "DDoS Impact", description: "How DDoS attacks affect services and users", bentoComponent: "3d-task-list", title: "DDoS Impact", items: [
title: "DDoS Impact", description: "How DDoS attacks affect services and users", bentoComponent: "3d-task-list", items: [
{ icon: AlertCircle, label: "Service Unavailability", time: "Varies" },
{ icon: Eye, label: "Financial Loss", time: "Significant" },
{ icon: Shield, label: "Data Exposure Risk", time: "Indirect" },
@@ -226,7 +226,7 @@ export default function CyberattacksPage() {
],
},
{
title: "SE Defense", description: "How to protect yourself from social engineering", bentoComponent: "3d-task-list", title: "SE Defense", items: [
title: "SE Defense", description: "How to protect yourself from social engineering", bentoComponent: "3d-task-list", items: [
{ icon: Shield, label: "Verify Identity Always", time: "2 min" },
{ icon: Eye, label: "Question Requests", time: "1 min" },
{ icon: Lock, label: "Never Share Passwords", time: "Always" },