refactor: reorganize and enhance cybersecurity components

- Refactored the CybersecurityWizcard component for improved readability and maintainability, including better formatting of code and comments.
- Moved the Alertas e Notificações section to a more logical position within the layout, enhancing user experience.
- Updated text labels for clarity, changing "Wizcard de Segurança Avançada" to "Segurança Avançada" and "Cibersecurity SGSE" to "Central de segurança cibernética".
- Improved the structure of various elements for better alignment and presentation in the UI.
This commit is contained in:
2025-11-17 10:14:54 -03:00
parent 60e0bfa69e
commit 29118d22ce
3 changed files with 301 additions and 198 deletions

View File

@@ -208,8 +208,8 @@
{
title: 'Cibersecurity SGSE',
description:
'Wizcard de segurança cibernética com detecção de DDoS, SQLi, APT, bloqueios automatizados, relatórios refinados e alertas sonoros/visuais.',
ctaLabel: 'Abrir Wizcard',
'Central desegurança cibernética com detecção de DDoS, SQLi, APT, bloqueios automatizados, relatórios refinados e alertas sonoros/visuais.',
ctaLabel: 'Abrir Central',
href: '/(dashboard)/ti/cibersecurity',
palette: 'error',
icon: 'shieldCheck',

View File

@@ -17,14 +17,14 @@
<section class="space-y-8 p-4 lg:p-8">
<header class="flex flex-wrap items-center justify-between gap-4">
<div>
<p class="text-sm font-semibold uppercase tracking-widest text-primary">Cibersecurity • SGSE</p>
<h1 class="text-4xl font-black text-base-content">
Wizcard de Segurança Avançada
</h1>
<p class="text-primary text-sm font-semibold tracking-widest uppercase">
Cibersecurity • SGSE
</p>
<h1 class="text-base-content text-4xl font-black">Segurança Avançada</h1>
<p class="text-base-content/70 max-w-3xl text-sm">
Detecta DDoS, SQLi, ataques avançados e comportamentos anômalos em tempo real.
Permite bloquear IPs/portas, gerar relatórios refinados, configurar políticas e
manter a operação do SGSE blindada.
Detecta DDoS, SQLi, ataques avançados e comportamentos anômalos em tempo real. Permite
bloquear IPs/portas, gerar relatórios refinados, configurar políticas e manter a operação do
SGSE blindada.
</p>
</div>
<a href={resolve('/ti')} class="btn btn-outline btn-primary">Voltar para TI</a>
@@ -38,6 +38,3 @@
</div>
{/if}
</section>