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" }, diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fca8078..d1ff767 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,8 +1,6 @@ import type { Metadata } from "next"; import { Geist, Geist_Mono } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/components/service-wrapper/ServiceWrapper"; -import { Tag } from "@/components/tag/Tag"; const geist = Geist({ variable: "--font-geist-sans", subsets: ["latin"], @@ -26,10 +24,7 @@ export default function RootLayout({ className={`${geist.variable} ${geistMono.variable} antialiased`} suppressHydrationWarning > - - - {children} - + {children}