Merge version_1 into main #1
179
src/app/page.tsx
179
src/app/page.tsx
@@ -32,38 +32,28 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Início", id: "hero"},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "about",
|
||||
},
|
||||
name: "Sobre", id: "about"},
|
||||
{
|
||||
name: "Serviços",
|
||||
id: "features",
|
||||
},
|
||||
name: "Serviços", id: "features"},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contato", id: "contact"},
|
||||
]}
|
||||
brandName="Boch & Fávero"
|
||||
button={{ text: "Agende agora", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
logoText="Boch & Fávero"
|
||||
description="Assessoria jurídica especializada com foco na proteção dos seus interesses e resultados eficientes."
|
||||
buttons={[
|
||||
{
|
||||
text: "Agende uma consulta",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Agende uma consulta", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-advisor-working-with-documentation_1098-15366.jpg"
|
||||
imageAlt="professional law office desk"
|
||||
@@ -91,30 +81,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Direito Civil",
|
||||
description: "Resolução de conflitos e mediação com foco em resultados.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-with-documentation-workplace_1098-14835.jpg",
|
||||
},
|
||||
title: "Direito Civil", description: "Resolução de conflitos e mediação com foco em resultados.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-with-documentation-workplace_1098-14835.jpg"},
|
||||
{
|
||||
title: "Proteção Patrimonial",
|
||||
description: "Estratégias seguras para gestão e preservação de ativos.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3mfrv4",
|
||||
},
|
||||
title: "Proteção Patrimonial", description: "Estratégias seguras para gestão e preservação de ativos.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3mfrv4"},
|
||||
{
|
||||
title: "Direito Empresarial",
|
||||
description: "Consultoria corporativa para empresas de todos os portes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-gavel_1048-1641.jpg",
|
||||
},
|
||||
title: "Direito Empresarial", description: "Consultoria corporativa para empresas de todos os portes.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-gavel_1048-1641.jpg"},
|
||||
{
|
||||
title: "Direito Trabalhista",
|
||||
description: "Defesa de direitos laborais com ética e precisão.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-business-woman-holding-documents-by-business-center_1303-21420.jpg",
|
||||
},
|
||||
title: "Direito Trabalhista", description: "Defesa de direitos laborais com ética e precisão.", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-business-woman-holding-documents-by-business-center_1303-21420.jpg"},
|
||||
{
|
||||
title: "Direito Imobiliário",
|
||||
description: "Assessoria completa em contratos e transações imobiliárias.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/executive-prepared-sign-contract_1098-3654.jpg",
|
||||
},
|
||||
title: "Direito Imobiliário", description: "Assessoria completa em contratos e transações imobiliárias.", imageSrc: "http://img.b2bpic.net/free-photo/executive-prepared-sign-contract_1098-3654.jpg"},
|
||||
]}
|
||||
title="Áreas de Atuação"
|
||||
description="Suporte completo nas diversas instâncias do Direito."
|
||||
@@ -129,45 +104,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Carlos Silva",
|
||||
role: "CEO",
|
||||
company: "TechSolutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg",
|
||||
},
|
||||
id: "1", name: "Carlos Silva", role: "CEO", company: "TechSolutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ana Souza",
|
||||
role: "Empresária",
|
||||
company: "Retail Group",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg",
|
||||
},
|
||||
id: "2", name: "Ana Souza", role: "Empresária", company: "Retail Group", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Marcos Oliveira",
|
||||
role: "Diretor",
|
||||
company: "Logística Global",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67170.jpg",
|
||||
},
|
||||
id: "3", name: "Marcos Oliveira", role: "Diretor", company: "Logística Global", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67170.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Juliana Costa",
|
||||
role: "Empreendedora",
|
||||
company: "Consulting Plus",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg",
|
||||
},
|
||||
id: "4", name: "Juliana Costa", role: "Empreendedora", company: "Consulting Plus", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Ricardo Santos",
|
||||
role: "Sócio",
|
||||
company: "Santos Adv",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pensive-businessman_1098-701.jpg",
|
||||
},
|
||||
id: "5", name: "Ricardo Santos", role: "Sócio", company: "Santos Adv", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pensive-businessman_1098-701.jpg"},
|
||||
]}
|
||||
title="O que nossos clientes dizem"
|
||||
description="Confiança é a base dos resultados que construímos juntos."
|
||||
@@ -181,35 +131,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: CheckCircle,
|
||||
title: "Casos de Sucesso",
|
||||
value: "500+",
|
||||
},
|
||||
id: "m1", icon: CheckCircle,
|
||||
title: "Casos de Sucesso", value: "500+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Award,
|
||||
title: "Anos de Experiência",
|
||||
value: "15",
|
||||
},
|
||||
id: "m2", icon: Award,
|
||||
title: "Anos de Experiência", value: "15"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Users,
|
||||
title: "Clientes Satisfeitos",
|
||||
value: "1200",
|
||||
},
|
||||
id: "m3", icon: Users,
|
||||
title: "Clientes Satisfeitos", value: "1200"},
|
||||
{
|
||||
id: "m4",
|
||||
icon: Scale,
|
||||
title: "Processos Ativos",
|
||||
value: "200",
|
||||
},
|
||||
id: "m4", icon: Scale,
|
||||
title: "Processos Ativos", value: "200"},
|
||||
{
|
||||
id: "m5",
|
||||
icon: Briefcase,
|
||||
title: "Setores Atendidos",
|
||||
value: "20",
|
||||
},
|
||||
id: "m5", icon: Briefcase,
|
||||
title: "Setores Atendidos", value: "20"},
|
||||
]}
|
||||
title="Nossos Resultados"
|
||||
description="Números que refletem nosso comprometimento com a justiça."
|
||||
@@ -222,30 +157,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Como agendar uma consulta?",
|
||||
content: "Você pode agendar entrando em contato pelo formulário ou WhatsApp.",
|
||||
},
|
||||
id: "f1", title: "Como agendar uma consulta?", content: "Você pode agendar entrando em contato pelo formulário ou WhatsApp."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Qual a área de atendimento?",
|
||||
content: "Atendemos presencialmente na nossa sede e remotamente para todo o país.",
|
||||
},
|
||||
id: "f2", title: "Qual a área de atendimento?", content: "Atendemos presencialmente na nossa sede e remotamente para todo o país."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Como funciona o sigilo?",
|
||||
content: "Garantimos total confidencialidade de todas as informações compartilhadas.",
|
||||
},
|
||||
id: "f3", title: "Como funciona o sigilo?", content: "Garantimos total confidencialidade de todas as informações compartilhadas."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Quais as formas de pagamento?",
|
||||
content: "Aceitamos transferência bancária, boleto e cartões de crédito.",
|
||||
},
|
||||
id: "f4", title: "Quais as formas de pagamento?", content: "Aceitamos transferência bancária, boleto e cartões de crédito."},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Quanto tempo demora o processo?",
|
||||
content: "O prazo varia conforme a complexidade e a instância do tribunal.",
|
||||
},
|
||||
id: "f5", title: "Quanto tempo demora o processo?", content: "O prazo varia conforme a complexidade e a instância do tribunal."},
|
||||
]}
|
||||
title="Perguntas Frequentes"
|
||||
description="Esclareça suas dúvidas rapidamente sobre nossos serviços."
|
||||
@@ -257,8 +177,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contato"
|
||||
title="Estamos prontos para ajudar"
|
||||
description="Deixe seus dados e entraremos em contato com você."
|
||||
@@ -273,29 +192,19 @@ export default function LandingPage() {
|
||||
logoText="Boch & Fávero"
|
||||
columns={[
|
||||
{
|
||||
title: "Empresa",
|
||||
items: [
|
||||
title: "Empresa", items: [
|
||||
{
|
||||
label: "Sobre",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Sobre", href: "#about"},
|
||||
{
|
||||
label: "Serviços",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Serviços", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacidade",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacidade", href: "#"},
|
||||
{
|
||||
label: "Termos",
|
||||
href: "#",
|
||||
},
|
||||
label: "Termos", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user