Merge version_2 into main #3

Merged
bender merged 2 commits from version_2 into main 2026-03-09 06:10:41 +00:00
2 changed files with 5 additions and 10 deletions

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" },

View File

@@ -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
>
<ServiceWrapper>
<Tag />
{children}
</ServiceWrapper>
{children}
<script
id="__LENIS_SCRIPT__"
dangerouslySetInnerHTML={{