diff --git a/src/app/page.tsx b/src/app/page.tsx index c470ee4..fc83c13 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,91 +31,58 @@ export default function LandingPage() {
@@ -127,34 +94,16 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "12min", - title: "Tempo médio de resposta de vigilante tradicional", - items: [ - "Vulnerável", - "Reativo", - "Ineficiente", - ], + id: "m1", value: "12min", title: "Tempo médio de resposta de vigilante tradicional", items: [ + "Vulnerável", "Reativo", "Ineficiente"], }, { - id: "m2", - value: "95%", - title: "Câmeras que nunca são monitoradas ativamente", - items: [ - "Arquivos mortos", - "Segurança falsa", - "Sem ação", - ], + id: "m2", value: "95%", title: "Câmeras que nunca são monitoradas ativamente", items: [ + "Arquivos mortos", "Segurança falsa", "Sem ação"], }, { - id: "m3", - value: "78%", - title: "Incidentes ocorrem fora do horário comercial", - items: [ - "Vulnerabilidade", - "Alvos noturnos", - "Necessidade 24/7", - ], + id: "m3", value: "78%", title: "Incidentes ocorrem fora do horário comercial", items: [ + "Vulnerabilidade", "Alvos noturnos", "Necessidade 24/7"], }, ]} title="O estado da segurança no Brasil" @@ -169,41 +118,21 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "s1", - title: "Câmera captura", - descriptions: [ - "Nossa IA conecta ao seu sistema atual sem necessidade de novas câmeras.", - ], - imageSrc: "http://img.b2bpic.net/free-vector/icons-about-security-protection_1057-3662.jpg", - imageAlt: "Captura", - }, + id: "s1", title: "Câmera captura", descriptions: [ + "Nossa IA conecta ao seu sistema atual sem necessidade de novas câmeras."], + imageSrc: "http://img.b2bpic.net/free-vector/icons-about-security-protection_1057-3662.jpg", imageAlt: "Captura"}, { - id: "s2", - title: "IA analisa", - descriptions: [ - "Processamento em tempo real identifica padrões de movimento e comportamento.", - ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t3senx", - imageAlt: "Análise", - }, + id: "s2", title: "IA analisa", descriptions: [ + "Processamento em tempo real identifica padrões de movimento e comportamento."], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t3senx", imageAlt: "Análise"}, { - id: "s3", - title: "Detecta anomalia", - descriptions: [ - "Invasão, vandalismo ou abandono de objetos são classificados instantaneamente.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/3d-red-warning-icon-with-exclamation-mark-isolated_56104-3075.jpg", - imageAlt: "Detecção", - }, + id: "s3", title: "Detecta anomalia", descriptions: [ + "Invasão, vandalismo ou abandono de objetos são classificados instantaneamente."], + imageSrc: "http://img.b2bpic.net/free-photo/3d-red-warning-icon-with-exclamation-mark-isolated_56104-3075.jpg", imageAlt: "Detecção"}, { - id: "s4", - title: "Alerta disparado", - descriptions: [ - "Notificação push no seu celular em menos de 3 segundos.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/user-profile-interface-sign-symbol-icon-3d-rendering_56104-1956.jpg", - imageAlt: "Alerta", - }, + id: "s4", title: "Alerta disparado", descriptions: [ + "Notificação push no seu celular em menos de 3 segundos."], + imageSrc: "http://img.b2bpic.net/free-photo/user-profile-interface-sign-symbol-icon-3d-rendering_56104-1956.jpg", imageAlt: "Alerta"}, ]} title="Como nossa IA funciona" description="Um fluxo contínuo de vigilância inteligente em 4 etapas automáticas." @@ -212,63 +141,33 @@ export default function LandingPage() {
@@ -385,54 +240,33 @@ export default function LandingPage() {