Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
216
src/app/page.tsx
216
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Início", id: "hero"},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "about",
|
||||
},
|
||||
name: "Sobre", id: "about"},
|
||||
{
|
||||
name: "Funcionalidades",
|
||||
id: "features",
|
||||
},
|
||||
name: "Funcionalidades", id: "features"},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contato", id: "contact"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EXKg5NAijlh78eZi5K1IJJT29a/uploaded-1780319730204-nr05gtwb.png"
|
||||
logoAlt="Logo GAIA - PCERJ"
|
||||
@@ -64,39 +56,25 @@ export default function LandingPage() {
|
||||
tagAnimation="opacity"
|
||||
buttons={[
|
||||
{
|
||||
text: "Acessar GAIA",
|
||||
href: "https://plantonista---143dp.web.app/?v=4",
|
||||
},
|
||||
text: "Acessar GAIA", href: "https://plantonista---143dp.web.app/?v=4"},
|
||||
{
|
||||
text: "Saiba Mais",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Saiba Mais", href: "#about"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-police-officer-standing-city-street_23-2151983450.jpg",
|
||||
alt: "Foto de Perfil Policial 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-police-officer-standing-city-street_23-2151983450.jpg", alt: "Foto de Perfil Policial 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/old-general-uniform-side-view_23-2149742919.jpg",
|
||||
alt: "Foto de Perfil Policial 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/old-general-uniform-side-view_23-2149742919.jpg", alt: "Foto de Perfil Policial 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-wearing-trucker-hat_23-2149432398.jpg",
|
||||
alt: "Foto de Perfil Policial 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-wearing-trucker-hat_23-2149432398.jpg", alt: "Foto de Perfil Policial 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mature-businessman-walking-sidewalk_23-2147956324.jpg",
|
||||
alt: "Foto de Perfil Policial 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/mature-businessman-walking-sidewalk_23-2147956324.jpg", alt: "Foto de Perfil Policial 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-brunette-policewoman-wearing-police-uniform-bulletproof-cap-smiling-cheerful-offering-hands-giving-assistance-acceptance_839833-23051.jpg",
|
||||
alt: "Foto de Policial Feminina",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-brunette-policewoman-wearing-police-uniform-bulletproof-cap-smiling-cheerful-offering-hands-giving-assistance-acceptance_839833-23051.jpg", alt: "Foto de Policial Feminina"},
|
||||
]}
|
||||
avatarText="Mais de 1.500 policiais já utilizam o GAIA."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/agent-controls-drones-using-tablet-attacking-strategic-enemy-targets-close-up_482257-131580.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/agent-controls-drones-using-tablet-attacking-strategic-enemy-targets-close-up_482257-131580.jpg"
|
||||
imageAlt="Interface de dashboard futurista do GAIA"
|
||||
showDimOverlay={true}
|
||||
showBlur={true}
|
||||
@@ -109,20 +87,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Sobre o GAIA: Inteligência Artificial a Serviço da Justiça",
|
||||
},
|
||||
type: "text", content: "Sobre o GAIA: Inteligência Artificial a Serviço da Justiça"},
|
||||
{
|
||||
type: "image",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EXKg5NAijlh78eZi5K1IJJT29a/uploaded-1780319730204-qjvka6kx.png",
|
||||
alt: "Logo da Polícia Civil do Rio de Janeiro",
|
||||
},
|
||||
type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EXKg5NAijlh78eZi5K1IJJT29a/uploaded-1780319730204-qjvka6kx.png", alt: "Logo da Polícia Civil do Rio de Janeiro"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver Funcionalidades",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Ver Funcionalidades", href: "#features"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -132,74 +103,43 @@ export default function LandingPage() {
|
||||
<FeatureCardTwentyFive
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Análise Preditiva",
|
||||
description: "Preveja padrões criminais e identifique riscos com algoritmos avançados de machine learning, permitindo ações proativas.",
|
||||
icon: TrendingUp,
|
||||
title: "Análise Preditiva", description: "Preveja padrões criminais e identifique riscos com algoritmos avançados de machine learning, permitindo ações proativas.", icon: TrendingUp,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hacker-programming-malicious-code-designed-exploit-it-security-flaws_482257-126519.jpg",
|
||||
imageAlt: "Gráfico de análise preditiva",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hacker-programming-malicious-code-designed-exploit-it-security-flaws_482257-126519.jpg", imageAlt: "Gráfico de análise preditiva"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-staying-light-no-war-wording_23-2149377341.jpg",
|
||||
imageAlt: "Gráfico de análise preditiva",
|
||||
},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EXKg5NAijlh78eZi5K1IJJT29a/uploaded-1780319730204-nr05gtwb.png",
|
||||
imageAlt: "predictive crime analytics map",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-staying-light-no-war-wording_23-2149377341.jpg", imageAlt: "Gráfico de análise preditiva"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Reconhecimento de Entidades",
|
||||
description: "Extraia automaticamente pessoas, locais, organizações e eventos de grandes volumes de texto e mídia, acelerando a triagem de informações.",
|
||||
icon: FileText,
|
||||
title: "Reconhecimento de Entidades", description: "Extraia automaticamente pessoas, locais, organizações e eventos de grandes volumes de texto e mídia, acelerando a triagem de informações.", icon: FileText,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dictionary-definition-word_93675-129722.jpg",
|
||||
imageAlt: "Reconhecimento de entidades em texto",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dictionary-definition-word_93675-129722.jpg", imageAlt: "Reconhecimento de entidades em texto"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/data-center-technician-using-artificial-intelligence-tablet-close-up_482257-119873.jpg",
|
||||
imageAlt: "Reconhecimento de entidades em texto",
|
||||
},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EXKg5NAijlh78eZi5K1IJJT29a/uploaded-1780319730204-qjvka6kx.png",
|
||||
imageAlt: "predictive crime analytics map",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/data-center-technician-using-artificial-intelligence-tablet-close-up_482257-119873.jpg", imageAlt: "Reconhecimento de entidades em texto"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Visualização de Dados Interativa",
|
||||
description: "Transforme dados brutos em mapas e gráficos interativos e intuitivos, facilitando a identificação de conexões e tendências complexas.",
|
||||
icon: Grid,
|
||||
title: "Visualização de Dados Interativa", description: "Transforme dados brutos em mapas e gráficos interativos e intuitivos, facilitando a identificação de conexões e tendências complexas.", icon: Grid,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg",
|
||||
imageAlt: "Visualização de dados interativa",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg", imageAlt: "Visualização de dados interativa"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-twist-background_1048-17183.jpg",
|
||||
imageAlt: "Visualização de dados interativa",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/agent-controls-drones-using-tablet-attacking-strategic-enemy-targets-close-up_482257-131580.jpg?_wi=2",
|
||||
imageAlt: "predictive crime analytics map",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-twist-background_1048-17183.jpg", imageAlt: "Visualização de dados interativa"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Busca Inteligente e Semântica",
|
||||
description: "Encontre informações relevantes em segundos através de uma busca semântica robusta que compreende o contexto, não apenas palavras-chave.",
|
||||
icon: Code,
|
||||
title: "Busca Inteligente e Semântica", description: "Encontre informações relevantes em segundos através de uma busca semântica robusta que compreende o contexto, não apenas palavras-chave.", icon: Code,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ai-coding-notebook-screen-technicians_482257-118028.jpg",
|
||||
imageAlt: "Barra de busca inteligente",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ai-coding-notebook-screen-technicians_482257-118028.jpg", imageAlt: "Barra de busca inteligente"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/connected-elements_1134-92.jpg",
|
||||
imageAlt: "Barra de busca inteligente",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-police-officer-standing-city-street_23-2151983450.jpg",
|
||||
imageAlt: "predictive crime analytics map",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/connected-elements_1134-92.jpg", imageAlt: "Barra de busca inteligente"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Funcionalidades Poderosas para Investigadores Modernos"
|
||||
@@ -212,22 +152,14 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1",
|
||||
value: "25%",
|
||||
description: "Redução no tempo médio de investigação",
|
||||
},
|
||||
id: "metric-1", value: "25%", description: "Redução no tempo médio de investigação"},
|
||||
{
|
||||
id: "metric-2",
|
||||
value: "+30%",
|
||||
description: "Aumento na identificação de conexões em casos complexos",
|
||||
},
|
||||
id: "metric-2", value: "+30%", description: "Aumento na identificação de conexões em casos complexos"},
|
||||
{
|
||||
id: "metric-3",
|
||||
value: "1500+",
|
||||
description: "Policiais treinados e utilizando a plataforma ativamente",
|
||||
},
|
||||
id: "metric-3", value: "1500+", description: "Policiais treinados e utilizando a plataforma ativamente"},
|
||||
]}
|
||||
title="Impacto e Eficiência Comprovados"
|
||||
description="Números que demonstram a contribuição do GAIA para a Polícia Civil do Rio de Janeiro na luta contra o crime."
|
||||
@@ -238,42 +170,18 @@ export default function LandingPage() {
|
||||
<TestimonialCardSix
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1",
|
||||
name: "Delegado Rafael S.",
|
||||
handle: "@DelegadoRS",
|
||||
testimonial: "O GAIA é um divisor de águas. A velocidade na análise de dados complexos que antes levava dias, agora é feita em horas. Essencial para nossas operações.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traveler-studio-portrait-handsome-bearded-man-wearing-ca_613910-12296.jpg",
|
||||
},
|
||||
id: "testimonial-1", name: "Delegado Rafael S.", handle: "@DelegadoRS", testimonial: "O GAIA é um divisor de águas. A velocidade na análise de dados complexos que antes levava dias, agora é feita em horas. Essencial para nossas operações.", imageSrc: "http://img.b2bpic.net/free-photo/traveler-studio-portrait-handsome-bearded-man-wearing-ca_613910-12296.jpg"},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
name: "Investigadora Ana C.",
|
||||
handle: "@InvestigadoraAC",
|
||||
testimonial: "Ferramenta intuitiva e poderosa. Consegui identificar padrões de crime que antes eram invisíveis, resultando em prisões mais rápidas e eficazes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-executive-thinking-successful-business_1262-3012.jpg",
|
||||
},
|
||||
id: "testimonial-2", name: "Investigadora Ana C.", handle: "@InvestigadoraAC", testimonial: "Ferramenta intuitiva e poderosa. Consegui identificar padrões de crime que antes eram invisíveis, resultando em prisões mais rápidas e eficazes.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-executive-thinking-successful-business_1262-3012.jpg"},
|
||||
{
|
||||
id: "testimonial-3",
|
||||
name: "Perito Marcos V.",
|
||||
handle: "@PeritoMV",
|
||||
testimonial: "A capacidade de reconhecimento de entidades do GAIA é fenomenal. Facilita enormemente a extração de dados críticos de provas digitais.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg",
|
||||
},
|
||||
id: "testimonial-3", name: "Perito Marcos V.", handle: "@PeritoMV", testimonial: "A capacidade de reconhecimento de entidades do GAIA é fenomenal. Facilita enormemente a extração de dados críticos de provas digitais.", imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg"},
|
||||
{
|
||||
id: "testimonial-4",
|
||||
name: "Chefe de Polícia Dra. Lúcia F.",
|
||||
handle: "@ChefeDraLF",
|
||||
testimonial: "Investir em IA como o GAIA é investir na segurança do cidadão. Uma tecnologia que realmente faz a diferença na gestão da informação policial.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-man-freelancer-opening-laptop-squinting-while-reading-emails_482257-8142.jpg",
|
||||
},
|
||||
id: "testimonial-4", name: "Chefe de Polícia Dra. Lúcia F.", handle: "@ChefeDraLF", testimonial: "Investir em IA como o GAIA é investir na segurança do cidadão. Uma tecnologia que realmente faz a diferença na gestão da informação policial.", imageSrc: "http://img.b2bpic.net/free-photo/elderly-man-freelancer-opening-laptop-squinting-while-reading-emails_482257-8142.jpg"},
|
||||
{
|
||||
id: "testimonial-5",
|
||||
name: "Agente Paulo R.",
|
||||
handle: "@AgentePR",
|
||||
testimonial: "A visualização de dados do GAIA é um game-changer. Ver as conexões em tempo real nos dá uma vantagem tática inestimável.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-making-finger-pistol-sign-white-shirt-tie-looking-confident_176474-83379.jpg",
|
||||
},
|
||||
id: "testimonial-5", name: "Agente Paulo R.", handle: "@AgentePR", testimonial: "A visualização de dados do GAIA é um game-changer. Ver as conexões em tempo real nos dá uma vantagem tática inestimável.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-making-finger-pistol-sign-white-shirt-tie-looking-confident_176474-83379.jpg"},
|
||||
]}
|
||||
title="O que dizem nossos Usuários"
|
||||
description="Depoimentos de policiais que utilizam o GAIA no dia a dia e transformaram suas investigações."
|
||||
@@ -285,14 +193,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Data Intelligence Solutions",
|
||||
"Security Tech Alliance",
|
||||
"Forensic AI Labs",
|
||||
"Public Safety Innovations",
|
||||
"Cognitive Analytics Institute",
|
||||
"Justice Data Network",
|
||||
"Intelligence Solutions Group",
|
||||
]}
|
||||
"Data Intelligence Solutions", "Security Tech Alliance", "Forensic AI Labs", "Public Safety Innovations", "Cognitive Analytics Institute", "Justice Data Network", "Intelligence Solutions Group"]}
|
||||
title="Colaboradores e Apoio Institucional"
|
||||
description="Contamos com o suporte de instituições e especialistas para aprimorar continuamente o GAIA e fortalecer a segurança pública."
|
||||
/>
|
||||
@@ -304,25 +205,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "O que é o GAIA?",
|
||||
content: "O GAIA é uma plataforma de Investigação Assistida por IA desenvolvida para a Polícia Civil do Rio de Janeiro, que utiliza inteligência artificial para otimizar a análise de dados e acelerar a resolução de casos.",
|
||||
},
|
||||
id: "faq-1", title: "O que é o GAIA?", content: "O GAIA é uma plataforma de Investigação Assistida por IA desenvolvida para a Polícia Civil do Rio de Janeiro, que utiliza inteligência artificial para otimizar a análise de dados e acelerar a resolução de casos."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Quem pode usar o GAIA?",
|
||||
content: "O sistema GAIA é restrito a policiais autorizados da PCERJ. O acesso é concedido mediante credenciamento interno.",
|
||||
},
|
||||
id: "faq-2", title: "Quem pode usar o GAIA?", content: "O sistema GAIA é restrito a policiais autorizados da PCERJ. O acesso é concedido mediante credenciamento interno."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Como o GAIA melhora as investigações?",
|
||||
content: "O GAIA melhora as investigações ao fornecer análise preditiva, reconhecimento de entidades, visualização de dados interativa e busca semântica, tudo para agilizar a identificação de informações críticas e padrões criminais.",
|
||||
},
|
||||
id: "faq-3", title: "Como o GAIA melhora as investigações?", content: "O GAIA melhora as investigações ao fornecer análise preditiva, reconhecimento de entidades, visualização de dados interativa e busca semântica, tudo para agilizar a identificação de informações críticas e padrões criminais."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Preciso de treinamento para usar o GAIA?",
|
||||
content: "Sim, oferecemos treinamento completo para todos os usuários da PCERJ, garantindo que você possa aproveitar ao máximo todas as funcionalidades da plataforma.",
|
||||
},
|
||||
id: "faq-4", title: "Preciso de treinamento para usar o GAIA?", content: "Sim, oferecemos treinamento completo para todos os usuários da PCERJ, garantindo que você possa aproveitar ao máximo todas as funcionalidades da plataforma."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chrome-key-tablet-updating-ai-systems_482257-90828.jpg"
|
||||
imageAlt="Conceito de ajuda com IA"
|
||||
@@ -341,8 +230,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Fale Conosco"
|
||||
title="Conecte-se com a Equipe GAIA"
|
||||
description="Para suporte técnico, dúvidas, sugestões ou oportunidades de parceria, nossa equipe está à disposição para ajudar."
|
||||
@@ -360,13 +248,9 @@ export default function LandingPage() {
|
||||
logoAlt="Logo GAIA"
|
||||
logoText="GAIA"
|
||||
leftLink={{
|
||||
text: "Feito por Gabriel Nolasco",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Feito por Gabriel Nolasco", href: "#"}}
|
||||
rightLink={{
|
||||
text: "PCERJ",
|
||||
href: "#",
|
||||
}}
|
||||
text: "PCERJ", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user