Merge version_1 into main #2
192
src/app/page.tsx
192
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Início", id: "hero"},
|
||||
{
|
||||
name: "Quem Somos",
|
||||
id: "about",
|
||||
},
|
||||
name: "Quem Somos", id: "about"},
|
||||
{
|
||||
name: "Atuação",
|
||||
id: "feature",
|
||||
},
|
||||
name: "Atuação", id: "feature"},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contato", id: "contact"},
|
||||
]}
|
||||
brandName="OAB Águas Claras"
|
||||
/>
|
||||
@@ -55,16 +47,13 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="COMISSÃO DE DIREITO DA PESSOA COM AUTISMO"
|
||||
description="O direito que fala a sua língua — e te escuta de volta."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/incomplete-puzzle-with-missing-piece_93675-128830.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/incomplete-puzzle-with-missing-piece_93675-128830.jpg"
|
||||
buttons={[
|
||||
{
|
||||
text: "Conheça nosso trabalho",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Conheça nosso trabalho", href: "#about"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -77,20 +66,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1/36",
|
||||
description: "Crianças dentro do espectro",
|
||||
},
|
||||
id: "m1", value: "1/36", description: "Crianças dentro do espectro"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100%",
|
||||
description: "Compromisso social",
|
||||
},
|
||||
id: "m2", value: "100%", description: "Compromisso social"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
description: "Apoio constante",
|
||||
},
|
||||
id: "m3", value: "24/7", description: "Apoio constante"},
|
||||
]}
|
||||
title="Impacto Real"
|
||||
description="A ponte entre o que está escrito e o que é vivido."
|
||||
@@ -102,9 +82,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Quem Somos"
|
||||
description={[
|
||||
"Somos uma instância da OAB Águas Claras que acredita que o Direito só cumpre seu papel quando se traduz em conexão humana.",
|
||||
"Nossa equipe é composta por advogados especializados e defensores da causa, unidos pela missão de garantir que o acesso aos direitos não seja um privilégio, mas uma realidade cotidiana.",
|
||||
]}
|
||||
"Somos uma instância da OAB Águas Claras que acredita que o Direito só cumpre seu papel quando se traduz em conexão humana.", "Nossa equipe é composta por advogados especializados e defensores da causa, unidos pela missão de garantir que o acesso aos direitos não seja um privilégio, mas uma realidade cotidiana."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -114,25 +92,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Informação e Orientação",
|
||||
description: "Traduzimos a lei para a vida real.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-3d-hand-showing-small-size-gesture_23-2150995819.jpg?_wi=1",
|
||||
},
|
||||
title: "Informação e Orientação", description: "Traduzimos a lei para a vida real.", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-hand-showing-small-size-gesture_23-2150995819.jpg"},
|
||||
{
|
||||
title: "Conscientização",
|
||||
description: "Educamos para incluir.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-symbol-question-mark_460848-6860.jpg?_wi=1",
|
||||
},
|
||||
title: "Conscientização", description: "Educamos para incluir.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-symbol-question-mark_460848-6860.jpg"},
|
||||
{
|
||||
title: "Experiência e Vivência",
|
||||
description: "Sentir para compreender.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/symbol-justice-scales-balance_23-2151998159.jpg?_wi=1",
|
||||
},
|
||||
title: "Experiência e Vivência", description: "Sentir para compreender.", imageSrc: "http://img.b2bpic.net/free-photo/symbol-justice-scales-balance_23-2151998159.jpg"},
|
||||
{
|
||||
title: "Articulação Comunitária",
|
||||
description: "Nenhuma família caminha sozinha.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/travel-3d-render-logo-illustration_460848-11288.jpg",
|
||||
},
|
||||
title: "Articulação Comunitária", description: "Nenhuma família caminha sozinha.", imageSrc: "http://img.b2bpic.net/free-photo/travel-3d-render-logo-illustration_460848-11288.jpg"},
|
||||
]}
|
||||
title="Como Atuamos"
|
||||
description="Nossa missão é transformar leis em realidade inclusiva."
|
||||
@@ -145,60 +111,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ana Silva",
|
||||
date: "12/05",
|
||||
title: "Mãe atípica",
|
||||
quote: "Fundamental para nossa inclusão.",
|
||||
tag: "Direitos",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-man-black-shirt-poses-against-dark-background-standing-studio_613910-15100.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/incomplete-puzzle-with-missing-piece_93675-128830.jpg?_wi=2",
|
||||
imageAlt: "professional portrait man",
|
||||
},
|
||||
id: "t1", name: "Ana Silva", date: "12/05", title: "Mãe atípica", quote: "Fundamental para nossa inclusão.", tag: "Direitos", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-man-black-shirt-poses-against-dark-background-standing-studio_613910-15100.jpg", imageSrc: "http://img.b2bpic.net/free-photo/incomplete-puzzle-with-missing-piece_93675-128830.jpg", imageAlt: "professional portrait man"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Bruno Souza",
|
||||
date: "14/05",
|
||||
title: "Professor",
|
||||
quote: "O suporte jurídico é impecável.",
|
||||
tag: "Educação",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-woman-working-with-documents-office_1262-5552.jpg?_wi=1",
|
||||
imageAlt: "professional portrait man",
|
||||
},
|
||||
id: "t2", name: "Bruno Souza", date: "14/05", title: "Professor", quote: "O suporte jurídico é impecável.", tag: "Educação", avatarSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg", imageSrc: "http://img.b2bpic.net/free-photo/serious-woman-working-with-documents-office_1262-5552.jpg", imageAlt: "professional portrait man"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Carla Lima",
|
||||
date: "15/05",
|
||||
title: "Advogada",
|
||||
quote: "Um trabalho que inspira.",
|
||||
tag: "Justiça",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-confident-young-businesswoman-against-gray-background_23-2148029500.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-3d-hand-showing-small-size-gesture_23-2150995819.jpg?_wi=2",
|
||||
imageAlt: "professional portrait man",
|
||||
},
|
||||
id: "t3", name: "Carla Lima", date: "15/05", title: "Advogada", quote: "Um trabalho que inspira.", tag: "Justiça", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-confident-young-businesswoman-against-gray-background_23-2148029500.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-hand-showing-small-size-gesture_23-2150995819.jpg", imageAlt: "professional portrait man"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Daniela Moura",
|
||||
date: "16/05",
|
||||
title: "Terapeuta",
|
||||
quote: "Essencial para os direitos.",
|
||||
tag: "Saúde",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-symbol-question-mark_460848-6860.jpg?_wi=2",
|
||||
imageAlt: "professional portrait man",
|
||||
},
|
||||
id: "t4", name: "Daniela Moura", date: "16/05", title: "Terapeuta", quote: "Essencial para os direitos.", tag: "Saúde", avatarSrc: "http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-symbol-question-mark_460848-6860.jpg", imageAlt: "professional portrait man"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Eduardo Dias",
|
||||
date: "17/05",
|
||||
title: "Pai atípico",
|
||||
quote: "Transformador e acolhedor.",
|
||||
tag: "Família",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/symbol-justice-scales-balance_23-2151998159.jpg?_wi=2",
|
||||
imageAlt: "professional portrait man",
|
||||
},
|
||||
id: "t5", name: "Eduardo Dias", date: "17/05", title: "Pai atípico", quote: "Transformador e acolhedor.", tag: "Família", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businessman-looking-camera_23-2147839978.jpg", imageSrc: "http://img.b2bpic.net/free-photo/symbol-justice-scales-balance_23-2151998159.jpg", imageAlt: "professional portrait man"},
|
||||
]}
|
||||
title="Na Escuta"
|
||||
description="Histórias reais. Direitos acessíveis."
|
||||
@@ -211,37 +132,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Na Escuta - Insights"
|
||||
description="Conversas que importam."
|
||||
animationType="blur-reveal"
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Notícias",
|
||||
title: "Novas Leis 2025",
|
||||
excerpt: "Entenda seus novos direitos...",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-scales-justice_23-2149776013.jpg",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67170.jpg",
|
||||
date: "2025-01-01",
|
||||
},
|
||||
id: "b1", category: "Notícias", title: "Novas Leis 2025", excerpt: "Entenda seus novos direitos...", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-scales-justice_23-2149776013.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67170.jpg", date: "2025-01-01"},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Inclusão",
|
||||
title: "Acessibilidade",
|
||||
excerpt: "Desafios nas escolas...",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meeple-board-game-pieces-circle-shape_23-2148621009.jpg",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg",
|
||||
date: "2025-01-02",
|
||||
},
|
||||
id: "b2", category: "Inclusão", title: "Acessibilidade", excerpt: "Desafios nas escolas...", imageSrc: "http://img.b2bpic.net/free-photo/meeple-board-game-pieces-circle-shape_23-2148621009.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg", date: "2025-01-02"},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Direitos",
|
||||
title: "Planos de Saúde",
|
||||
excerpt: "Como cobrar o tratamento...",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-scales-justice_23-2151945789.jpg",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/thoughtful-business-woman-white-shirt_23-2148095747.jpg",
|
||||
date: "2025-01-03",
|
||||
},
|
||||
id: "b3", category: "Direitos", title: "Planos de Saúde", excerpt: "Como cobrar o tratamento...", imageSrc: "http://img.b2bpic.net/free-photo/golden-scales-justice_23-2151945789.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/thoughtful-business-woman-white-shirt_23-2148095747.jpg", date: "2025-01-03"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -252,20 +150,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Como pedir apoio?",
|
||||
content: "Entrando em contato conosco via formulário.",
|
||||
},
|
||||
id: "f1", title: "Como pedir apoio?", content: "Entrando em contato conosco via formulário."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Existe gratuidade?",
|
||||
content: "Somos uma comissão da OAB, orientamos gratuitamente.",
|
||||
},
|
||||
id: "f2", title: "Existe gratuidade?", content: "Somos uma comissão da OAB, orientamos gratuitamente."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Quais os prazos?",
|
||||
content: "Dependem de cada caso específico.",
|
||||
},
|
||||
id: "f3", title: "Quais os prazos?", content: "Dependem de cada caso específico."},
|
||||
]}
|
||||
title="Perguntas Frequentes"
|
||||
description="Dúvidas comuns sobre direitos."
|
||||
@@ -277,13 +166,12 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
tag="Fale Conosco"
|
||||
title="Entre em contato"
|
||||
description="Estamos prontos para te ouvir."
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/serious-woman-working-with-documents-office_1262-5552.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/serious-woman-working-with-documents-office_1262-5552.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -291,29 +179,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Comissão",
|
||||
items: [
|
||||
title: "Comissão", items: [
|
||||
{
|
||||
label: "Sobre",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Sobre", href: "#about"},
|
||||
{
|
||||
label: "Atuação",
|
||||
href: "#feature",
|
||||
},
|
||||
label: "Atuação", href: "#feature"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Termos",
|
||||
href: "#",
|
||||
},
|
||||
label: "Termos", href: "#"},
|
||||
{
|
||||
label: "Privacidade",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacidade", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user