Merge version_1 into main #2
423
src/app/page.tsx
423
src/app/page.tsx
@@ -16,311 +16,140 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Áreas",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Almeida & Muzitano"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Início", id: "hero" },
|
||||
{ name: "Sobre", id: "about" },
|
||||
{ name: "Áreas", id: "features" },
|
||||
{ name: "Contato", id: "contact" },
|
||||
]}
|
||||
brandName="Almeida & Muzitano"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
title="Almeida & Muzitano Advogados"
|
||||
description="Excelência e ética na prestação de serviços jurídicos em Arraial do Cabo. Atendimento humanizado e técnica jurídica rigorosa em defesa dos seus interesses."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199318.jpg?_wi=1",
|
||||
imageAlt: "Escritório de Advocacia",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-professionals-analyzing-reports-together-two-businesswomen-sitting-together-reading-documents-using-tablet-talking-teamwork-concept_74855-11730.jpg?_wi=1",
|
||||
imageAlt: "Ambiente Jurídico",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-cafe_1157-4338.jpg?_wi=1",
|
||||
imageAlt: "Direito de Família",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-couple-handing-off-wedding-rings_23-2148548592.jpg?_wi=1",
|
||||
imageAlt: "Direito Civil",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-boss-analyzing-managers-report-reading-reviewing-papers-while-sitting-workplace-business-communication-concept_74855-11702.jpg?_wi=1",
|
||||
imageAlt: "Direito do Consumidor",
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199318.jpg?_wi=2",
|
||||
imageAlt: "Fachada institucional",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-professionals-analyzing-reports-together-two-businesswomen-sitting-together-reading-documents-using-tablet-talking-teamwork-concept_74855-11730.jpg?_wi=2",
|
||||
imageAlt: "Sala de reuniões",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-cafe_1157-4338.jpg?_wi=2",
|
||||
imageAlt: "Consulta Jurídica",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-couple-handing-off-wedding-rings_23-2148548592.jpg?_wi=2",
|
||||
imageAlt: "Análise de Documentos",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-boss-analyzing-managers-report-reading-reviewing-papers-while-sitting-workplace-business-communication-concept_74855-11702.jpg?_wi=2",
|
||||
imageAlt: "Assessoria Legal",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Conheça nossas áreas",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
text: "Fale com o escritório",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg",
|
||||
alt: "Advogado 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg",
|
||||
alt: "Advogado 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg",
|
||||
alt: "Advogado 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg",
|
||||
alt: "Advogado 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg",
|
||||
alt: "Advogado 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Equipe especializada em constante atualização."
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Excelência Jurídica",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ética Profissional",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Compromisso com o Cliente",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Atendimento Humanizado",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Segurança Processual",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{ variant: "plain" }}
|
||||
title="Almeida & Muzitano Advogados"
|
||||
description="Excelência e ética na prestação de serviços jurídicos em Arraial do Cabo. Atendimento humanizado e técnica jurídica rigorosa em defesa dos seus interesses."
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199318.jpg", imageAlt: "Escritório de Advocacia" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/focused-professionals-analyzing-reports-together-two-businesswomen-sitting-together-reading-documents-using-tablet-talking-teamwork-concept_74855-11730.jpg", imageAlt: "Ambiente Jurídico" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/couple-cafe_1157-4338.jpg", imageAlt: "Direito de Família" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-couple-handing-off-wedding-rings_23-2148548592.jpg", imageAlt: "Direito Civil" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/focused-boss-analyzing-managers-report-reading-reviewing-papers-while-sitting-workplace-business-communication-concept_74855-11702.jpg", imageAlt: "Direito do Consumidor" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199318.jpg", imageAlt: "Fachada institucional" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/focused-professionals-analyzing-reports-together-two-businesswomen-sitting-together-reading-documents-using-tablet-talking-teamwork-concept_74855-11730.jpg", imageAlt: "Sala de reuniões" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/couple-cafe_1157-4338.jpg", imageAlt: "Consulta Jurídica" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-couple-handing-off-wedding-rings_23-2148548592.jpg", imageAlt: "Análise de Documentos" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/focused-boss-analyzing-managers-report-reading-reviewing-papers-while-sitting-workplace-business-communication-concept_74855-11702.jpg", imageAlt: "Assessoria Legal" },
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Conheça nossas áreas", href: "#features" },
|
||||
{ text: "Fale com o escritório", href: "#contact" },
|
||||
]}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg", alt: "Advogado 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg", alt: "Advogado 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg", alt: "Advogado 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg", alt: "Advogado 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg", alt: "Advogado 5" },
|
||||
]}
|
||||
avatarText="Equipe especializada em constante atualização."
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Excelência Jurídica" },
|
||||
{ type: "text", text: "Ética Profissional" },
|
||||
{ type: "text", text: "Compromisso com o Cliente" },
|
||||
{ type: "text", text: "Atendimento Humanizado" },
|
||||
{ type: "text", text: "Segurança Processual" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="Sobre o Escritório"
|
||||
description={[
|
||||
"Somos um escritório multidisciplinar preparado para acolher e prestar serviços jurídicos, com transparência e a didática necessária para que o cliente compreenda com segurança os seus direitos e deveres.",
|
||||
"Nossa atuação em Arraial do Cabo e região é pautada pelo compromisso ético, pela técnica jurídica aprimorada e por um atendimento que prioriza o acolhimento e a clareza.",
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="Sobre o Escritório"
|
||||
description={[
|
||||
"Somos um escritório multidisciplinar preparado para acolher e prestar serviços jurídicos, com transparência e a didática necessária para que o cliente compreenda com segurança os seus direitos e deveres.", "Nossa atuação em Arraial do Cabo e região é pautada pelo compromisso ético, pela técnica jurídica aprimorada e por um atendimento que prioriza o acolhimento e a clareza."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardMedia
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Direito de Família",
|
||||
description: "Divórcios, pensões e questões familiares tratadas com a discrição necessária.",
|
||||
tag: "Família",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-cafe_1157-4338.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Direito Civil e Contratual",
|
||||
description: "Assessoria completa em contratos e questões patrimoniais de alta complexidade.",
|
||||
tag: "Civil",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-couple-handing-off-wedding-rings_23-2148548592.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Direito do Consumidor",
|
||||
description: "Defesa técnica rigorosa em questões bancárias e contratuais complexas.",
|
||||
tag: "Bancário",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-boss-analyzing-managers-report-reading-reviewing-papers-while-sitting-workplace-business-communication-concept_74855-11702.jpg?_wi=3",
|
||||
},
|
||||
]}
|
||||
title="Áreas de Atuação"
|
||||
description="Serviços jurídicos pautados pela ética e segurança processual."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardMedia
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "f1", title: "Direito de Família", description: "Divórcios, pensões e questões familiares tratadas com a discrição necessária.", tag: "Família", imageSrc: "http://img.b2bpic.net/free-photo/couple-cafe_1157-4338.jpg" },
|
||||
{ id: "f2", title: "Direito Civil e Contratual", description: "Assessoria completa em contratos e questões patrimoniais de alta complexidade.", tag: "Civil", imageSrc: "http://img.b2bpic.net/free-photo/top-view-couple-handing-off-wedding-rings_23-2148548592.jpg" },
|
||||
{ id: "f3", title: "Direito do Consumidor", description: "Defesa técnica rigorosa em questões bancárias e contratuais complexas.", tag: "Bancário", imageSrc: "http://img.b2bpic.net/free-photo/focused-boss-analyzing-managers-report-reading-reviewing-papers-while-sitting-workplace-business-communication-concept_74855-11702.jpg" },
|
||||
]}
|
||||
title="Áreas de Atuação"
|
||||
description="Serviços jurídicos pautados pela ética e segurança processual."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Cliente Local",
|
||||
role: "Empresário",
|
||||
company: "Região dos Lagos",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Cliente Local",
|
||||
role: "Autônomo",
|
||||
company: "Arraial do Cabo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Cliente Local",
|
||||
role: "Residente",
|
||||
company: "Cabo Frio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Cliente Local",
|
||||
role: "Empresário",
|
||||
company: "Arraial do Cabo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Cliente Local",
|
||||
role: "Autônomo",
|
||||
company: "Região dos Lagos",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg?_wi=5",
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5.0",
|
||||
label: "Avaliação no Google",
|
||||
},
|
||||
{
|
||||
value: "32+",
|
||||
label: "Comentários públicos",
|
||||
},
|
||||
{
|
||||
value: "Ética",
|
||||
label: "Nosso pilar",
|
||||
},
|
||||
]}
|
||||
title="Confiança e Reputação"
|
||||
description="Compromisso constante com a excelência técnica."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Cliente Local", role: "Empresário", company: "Região dos Lagos", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg" },
|
||||
{ id: "2", name: "Cliente Local", role: "Autônomo", company: "Arraial do Cabo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg" },
|
||||
{ id: "3", name: "Cliente Local", role: "Residente", company: "Cabo Frio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg" },
|
||||
{ id: "4", name: "Cliente Local", role: "Empresário", company: "Arraial do Cabo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg" },
|
||||
{ id: "5", name: "Cliente Local", role: "Autônomo", company: "Região dos Lagos", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "5.0", label: "Avaliação no Google" },
|
||||
{ value: "32+", label: "Comentários públicos" },
|
||||
{ value: "Ética", label: "Nosso pilar" },
|
||||
]}
|
||||
title="Confiança e Reputação"
|
||||
description="Compromisso constante com a excelência técnica."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Contato"
|
||||
title="Entre em contato conosco"
|
||||
description="Av. Gov. Leonel de Moura Brizola, 19, Sala 05, Centro, Arraial do Cabo/RJ. Atendemos com agendamento prévio para garantir a atenção que seu caso merece."
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-finland-map-infographic_23-2148789268.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
buttonText="Falar no WhatsApp"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contato"
|
||||
title="Entre em contato conosco"
|
||||
description="Av. Gov. Leonel de Moura Brizola, 19, Sala 05, Centro, Arraial do Cabo/RJ. Atendemos com agendamento prévio para garantir a atenção que seu caso merece."
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-finland-map-infographic_23-2148789268.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
buttonText="Falar no WhatsApp"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-vector/vintage-wording-typography-style-vector_53876-57407.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Escritório",
|
||||
items: [
|
||||
{
|
||||
label: "Sobre nós",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Áreas de atuação",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contato",
|
||||
items: [
|
||||
{
|
||||
label: "(22) 99279-6325",
|
||||
href: "https://wa.me/5522992796325",
|
||||
},
|
||||
{
|
||||
label: "(22) 99606-6377",
|
||||
href: "https://wa.me/5522996066377",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Provimento 205/2021 OAB",
|
||||
href: "https://www.oab.org.br",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 | Almeida & Muzitano Advogados"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-vector/vintage-wording-typography-style-vector_53876-57407.jpg"
|
||||
columns={[
|
||||
{ title: "Escritório", items: [{ label: "Sobre nós", href: "#about" }, { label: "Áreas de atuação", href: "#features" }] },
|
||||
{ title: "Contato", items: [{ label: "(22) 99279-6325", href: "https://wa.me/5522992796325" }, { label: "(22) 99606-6377", href: "https://wa.me/5522996066377" }] },
|
||||
{ title: "Legal", items: [{ label: "Provimento 205/2021 OAB", href: "https://www.oab.org.br" }] },
|
||||
]}
|
||||
copyrightText="© 2025 | Almeida & Muzitano Advogados"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user