From c27520f566ffecb4d5f73ee2f22235a190d4ab71 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 06:10:36 +0000 Subject: [PATCH] Update src/app/cyberattacks/page.tsx --- src/app/cyberattacks/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/cyberattacks/page.tsx b/src/app/cyberattacks/page.tsx index 39bcb37..d53d53e 100644 --- a/src/app/cyberattacks/page.tsx +++ b/src/app/cyberattacks/page.tsx @@ -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" },