Merge version_1 into main #1
503
src/app/page.tsx
503
src/app/page.tsx
@@ -11,7 +11,7 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import { BookOpen, Clock, Instagram, Linkedin, UserCheck } from "lucide-react";
|
||||
import { UserCheck, BookOpen, Clock, Instagram, Linkedin } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -19,364 +19,173 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "#sobre",
|
||||
},
|
||||
{
|
||||
name: "Especialidades",
|
||||
id: "#especialidades",
|
||||
},
|
||||
{
|
||||
name: "Depoimentos",
|
||||
id: "#depoimentos",
|
||||
},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "#contato",
|
||||
},
|
||||
]}
|
||||
brandName="Anderson Vasconcelos"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Início", id: "#hero" },
|
||||
{ name: "Sobre", id: "#sobre" },
|
||||
{ name: "Especialidades", id: "#especialidades" },
|
||||
{ name: "Depoimentos", id: "#depoimentos" },
|
||||
{ name: "Contato", id: "#contato" }
|
||||
]}
|
||||
brandName="Anderson Vasconcelos"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
title="Seu imóvel em boas mãos."
|
||||
description="Consultoria jurídica imobiliária com clareza, agilidade e um atendimento que transforma. Soluções reais para problemas complexos, com a dedicação que você merece."
|
||||
buttons={[
|
||||
{
|
||||
text: "Agendar Consulta",
|
||||
href: "https://wa.me/5537988363114",
|
||||
},
|
||||
{
|
||||
text: "Conheça minha atuação",
|
||||
href: "#especialidades",
|
||||
},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-illuminated-by-electric-lamp-generated-by-ai_188544-21295.jpg",
|
||||
imageAlt: "Luxurious Office Setting",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-business-center_1127-3144.jpg",
|
||||
imageAlt: "Law Firm Detail",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-executive-young-woman-checking-papers_23-2148452641.jpg",
|
||||
imageAlt: "Professional Atmosphere",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-with-office-supplies_23-2148110231.jpg",
|
||||
imageAlt: "Gold Ornament Detail",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-desk-concept-with-copy-space_23-2148459731.jpg",
|
||||
imageAlt: "Trustworthy Environment",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/semicircles-light-blue_23-2147786026.jpg",
|
||||
imageAlt: "Legal Consultation",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
title="Seu imóvel em boas mãos."
|
||||
description="Consultoria jurídica imobiliária com clareza, agilidade e um atendimento que transforma. Soluções reais para problemas complexos, com a dedicação que você merece."
|
||||
buttons={[
|
||||
{ text: "Agendar Consulta", href: "https://wa.me/5537988363114" },
|
||||
{ text: "Conheça minha atuação", href: "#especialidades" }
|
||||
]}
|
||||
carouselItems={[
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-illuminated-by-electric-lamp-generated-by-ai_188544-21295.jpg", imageAlt: "Luxurious Office Setting" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/modern-business-center_1127-3144.jpg", imageAlt: "Law Firm Detail" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/modern-executive-young-woman-checking-papers_23-2148452641.jpg", imageAlt: "Professional Atmosphere" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-with-office-supplies_23-2148110231.jpg", imageAlt: "Gold Ornament Detail" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/front-view-desk-concept-with-copy-space_23-2148459731.jpg", imageAlt: "Trustworthy Environment" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/semicircles-light-blue_23-2147786026.jpg", imageAlt: "Legal Consultation" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="trust" data-section="trust">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={true}
|
||||
title="Resultados e Credibilidade"
|
||||
tag="Destaques"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "200+",
|
||||
description: "Avaliações 5 estrelas",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5+",
|
||||
description: "Anos de atuação especializada",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "Atendimento online e presencial",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "Brasil",
|
||||
description: "Atendimento em todo território",
|
||||
},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="trust" data-section="trust">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={true}
|
||||
title="Resultados e Credibilidade"
|
||||
tag="Destaques"
|
||||
metrics={[
|
||||
{ id: "m1", value: "200+", description: "Avaliações 5 estrelas" },
|
||||
{ id: "m2", value: "5+", description: "Anos de atuação especializada" },
|
||||
{ id: "m3", value: "100%", description: "Atendimento online e presencial" },
|
||||
{ id: "m4", value: "Brasil", description: "Atendimento em todo território" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="sobre" data-section="sobre">
|
||||
<AboutMetric
|
||||
useInvertedBackground={false}
|
||||
title="Quem é o Dr. Anderson Vasconcelos"
|
||||
metrics={[
|
||||
{
|
||||
icon: UserCheck,
|
||||
label: "Abordagem Humanizada",
|
||||
value: "Empatia",
|
||||
},
|
||||
{
|
||||
icon: BookOpen,
|
||||
label: "Linguagem Clara",
|
||||
value: "Sem Juridiquês",
|
||||
},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Respostas Ágeis",
|
||||
value: "Agilidade",
|
||||
},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="sobre" data-section="sobre">
|
||||
<AboutMetric
|
||||
useInvertedBackground={false}
|
||||
title="Quem é o Dr. Anderson Vasconcelos"
|
||||
metrics={[
|
||||
{ icon: UserCheck, label: "Abordagem Humanizada", value: "Empatia" },
|
||||
{ icon: BookOpen, label: "Linguagem Clara", value: "Sem Juridiquês" },
|
||||
{ icon: Clock, label: "Respostas Ágeis", value: "Agilidade" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="especialidades" data-section="especialidades">
|
||||
<FeatureCardEight
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Contratos Imobiliários",
|
||||
description: "Assessoria completa em compra, venda e financiamento.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-orange-juice-desktop-near-laptop-morning_169016-25099.jpg",
|
||||
imageAlt: "Documento de contrato",
|
||||
},
|
||||
{
|
||||
title: "Disputas Locatícias",
|
||||
description: "Resolução de multas, rescisões e despejos.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/room-with-wooden-desktop-comfortable-chair_116348-96.jpg",
|
||||
imageAlt: "Sala de reunião",
|
||||
},
|
||||
{
|
||||
title: "Registro de Imóveis",
|
||||
description: "Regularização de bloqueios e pendências cartoriais.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/drawing-tools-shelf_23-2147802002.jpg",
|
||||
imageAlt: "Ferramentas de cartório",
|
||||
},
|
||||
{
|
||||
title: "Imóveis em Leilão",
|
||||
description: "Segurança na compra e recuperação de propriedades.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workplace-items-assortment-view_23-2148975806.jpg",
|
||||
imageAlt: "Laptop e documentos",
|
||||
},
|
||||
{
|
||||
title: "Consultoria Preventiva",
|
||||
description: "Análise técnica antes da assinatura de contratos.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-living-room-with-golden-table_23-2152020155.jpg",
|
||||
imageAlt: "Mesa de luxo",
|
||||
},
|
||||
{
|
||||
title: "Atendimento Online",
|
||||
description: "Praticidade para clientes em qualquer localidade.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flower-vase-modern-interior_23-2151928969.jpg",
|
||||
imageAlt: "Vaso de flores e decoração",
|
||||
},
|
||||
]}
|
||||
title="Áreas de Atuação"
|
||||
description="Especialista em resolver impasses imobiliários complexos com soluções práticas."
|
||||
/>
|
||||
</div>
|
||||
<div id="especialidades" data-section="especialidades">
|
||||
<FeatureCardEight
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
title="Áreas de Atuação"
|
||||
description="Especialista em resolver impasses imobiliários complexos com soluções práticas."
|
||||
features={[
|
||||
{ title: "Contratos Imobiliários", description: "Assessoria completa em compra, venda e financiamento.", imageSrc: "http://img.b2bpic.net/free-photo/glass-orange-juice-desktop-near-laptop-morning_169016-25099.jpg", imageAlt: "Documento de contrato" },
|
||||
{ title: "Disputas Locatícias", description: "Resolução de multas, rescisões e despejos.", imageSrc: "http://img.b2bpic.net/free-photo/room-with-wooden-desktop-comfortable-chair_116348-96.jpg", imageAlt: "Sala de reunião" },
|
||||
{ title: "Registro de Imóveis", description: "Regularização de bloqueios e pendências cartoriais.", imageSrc: "http://img.b2bpic.net/free-photo/drawing-tools-shelf_23-2147802002.jpg", imageAlt: "Ferramentas de cartório" },
|
||||
{ title: "Imóveis em Leilão", description: "Segurança na compra e recuperação de propriedades.", imageSrc: "http://img.b2bpic.net/free-photo/workplace-items-assortment-view_23-2148975806.jpg", imageAlt: "Laptop e documentos" },
|
||||
{ title: "Consultoria Preventiva", description: "Análise técnica antes da assinatura de contratos.", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-living-room-with-golden-table_23-2152020155.jpg", imageAlt: "Mesa de luxo" },
|
||||
{ title: "Atendimento Online", description: "Praticidade para clientes em qualquer localidade.", imageSrc: "http://img.b2bpic.net/free-photo/flower-vase-modern-interior_23-2151928969.jpg", imageAlt: "Vaso de flores e decoração" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="processo" data-section="processo">
|
||||
<FeatureCardEight
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "1. Primeiro Contato",
|
||||
description: "Análise inicial da sua situação via WhatsApp.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-business-center_1127-2884.jpg",
|
||||
imageAlt: "Centro empresarial",
|
||||
},
|
||||
{
|
||||
title: "2. Consulta Objetiva",
|
||||
description: "Diagnóstico claro com linguagem que você entende.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-business-center_1127-3152.jpg",
|
||||
imageAlt: "Centro empresarial",
|
||||
},
|
||||
{
|
||||
title: "3. Solução Estratégica",
|
||||
description: "Execução precisa para resolver o seu problema.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-business-center_1127-3146.jpg",
|
||||
imageAlt: "Centro empresarial",
|
||||
},
|
||||
]}
|
||||
title="Como trabalhamos"
|
||||
description="Um processo claro, objetivo e focado no seu resultado."
|
||||
/>
|
||||
</div>
|
||||
<div id="processo" data-section="processo">
|
||||
<FeatureCardEight
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Como trabalhamos"
|
||||
description="Um processo claro, objetivo e focado no seu resultado."
|
||||
features={[
|
||||
{ title: "1. Primeiro Contato", description: "Análise inicial da sua situação via WhatsApp.", imageSrc: "http://img.b2bpic.net/free-photo/modern-business-center_1127-2884.jpg", imageAlt: "Centro empresarial" },
|
||||
{ title: "2. Consulta Objetiva", description: "Diagnóstico claro com linguagem que você entende.", imageSrc: "http://img.b2bpic.net/free-photo/modern-business-center_1127-3152.jpg", imageAlt: "Centro empresarial" },
|
||||
{ title: "3. Solução Estratégica", description: "Execução precisa para resolver o seu problema.", imageSrc: "http://img.b2bpic.net/free-photo/modern-business-center_1127-3146.jpg", imageAlt: "Centro empresarial" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="depoimentos" data-section="depoimentos">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Fernanda Elisa",
|
||||
handle: "Google Review",
|
||||
testimonial: "Ele não perdeu de vista a análise do negócio, ao mesmo tempo que nos tratou com dignidade.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Maria Eduarda Gomes",
|
||||
handle: "Google Review",
|
||||
testimonial: "Com muita diligência, o Dr. Anderson conseguiu recuperar o imóvel da minha família.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-lawyer_23-2151202451.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Luzia Silva",
|
||||
handle: "Google Review",
|
||||
testimonial: "Contratei pelos elogios no Google e superou todas as expectativas de profissionalismo.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-femininity-concept-positive-beautiful-young-european-woman-blue-shirt-looking-camera-with-broad-happy-smile-being-good-mood-kitchen-interior-background_343059-2087.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Vitor Henrique",
|
||||
handle: "Google Review",
|
||||
testimonial: "Tirou minhas dúvidas sem termos técnicos e passou total confiança. Super recomendo!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait_1296-429.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Luana",
|
||||
handle: "Google Review",
|
||||
testimonial: "Atendeu fora do horário comercial. Atencioso e prestativo em um momento difícil.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-businessman_1262-21003.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Mayk Deyves",
|
||||
handle: "Google Review",
|
||||
testimonial: "Cumpre o que promete. Nos prometeu a solução e entregou com agilidade.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-elegant-businesswoman_23-2150917048.jpg",
|
||||
},
|
||||
]}
|
||||
title="A voz de quem transformou sua realidade"
|
||||
description="Mais de 200 clientes satisfeitos com o atendimento humanizado e ágil."
|
||||
/>
|
||||
</div>
|
||||
<div id="depoimentos" data-section="depoimentos">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
title="A voz de quem transformou sua realidade"
|
||||
description="Mais de 200 clientes satisfeitos com o atendimento humanizado e ágil."
|
||||
testimonials={[
|
||||
{ id: "1", name: "Fernanda Elisa", handle: "Google Review", testimonial: "Ele não perdeu de vista a análise do negócio, ao mesmo tempo que nos tratou com dignidade.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg" },
|
||||
{ id: "2", name: "Maria Eduarda Gomes", handle: "Google Review", testimonial: "Com muita diligência, o Dr. Anderson conseguiu recuperar o imóvel da minha família.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-lawyer_23-2151202451.jpg" },
|
||||
{ id: "3", name: "Luzia Silva", handle: "Google Review", testimonial: "Contratei pelos elogios no Google e superou todas as expectativas de profissionalismo.", imageSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-femininity-concept-positive-beautiful-young-european-woman-blue-shirt-looking-camera-with-broad-happy-smile-being-good-mood-kitchen-interior-background_343059-2087.jpg" },
|
||||
{ id: "4", name: "Vitor Henrique", handle: "Google Review", testimonial: "Tirou minhas dúvidas sem termos técnicos e passou total confiança. Super recomendo!", imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait_1296-429.jpg" },
|
||||
{ id: "5", name: "Jessica Luana", handle: "Google Review", testimonial: "Atendeu fora do horário comercial. Atencioso e prestativo em um momento difícil.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-businessman_1262-21003.jpg" },
|
||||
{ id: "6", name: "Mayk Deyves", handle: "Google Review", testimonial: "Cumpre o que promete. Nos prometeu a solução e entregou com agilidade.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-elegant-businesswoman_23-2150917048.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Posso realizar a consulta de forma online?",
|
||||
content: "Sim, atendo clientes de todo o Brasil e até do exterior via videochamada.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Você atende fora de Divinópolis?",
|
||||
content: "Com certeza. A tecnologia permite que nossa atuação seja nacional com total eficiência.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Qual o prazo médio de resposta?",
|
||||
content: "Priorizo uma resposta rápida e humanizada, prezando pela agilidade no atendimento.",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Quais documentos são necessários?",
|
||||
content: "Isso varia conforme o caso. Na consulta, farei uma lista personalizada para sua situação.",
|
||||
},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Você dá uma opinião realista sobre o caso?",
|
||||
content: "Transparência é meu pilar. Serei sempre direto e realista sobre as possibilidades jurídicas.",
|
||||
},
|
||||
]}
|
||||
sideTitle="Dúvidas Frequentes"
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqsAnimation="blur-reveal"
|
||||
sideTitle="Dúvidas Frequentes"
|
||||
faqs={[
|
||||
{ id: "f1", title: "Posso realizar a consulta de forma online?", content: "Sim, atendo clientes de todo o Brasil e até do exterior via videochamada." },
|
||||
{ id: "f2", title: "Você atende fora de Divinópolis?", content: "Com certeza. A tecnologia permite que nossa atuação seja nacional com total eficiência." },
|
||||
{ id: "f3", title: "Qual o prazo médio de resposta?", content: "Priorizo uma resposta rápida e humanizada, prezando pela agilidade no atendimento." },
|
||||
{ id: "f4", title: "Quais documentos são necessários?", content: "Isso varia conforme o caso. Na consulta, farei uma lista personalizada para sua situação." },
|
||||
{ id: "f5", title: "Você dá uma opinião realista sobre o caso?", content: "Transparência é meu pilar. Serei sempre direto e realista sobre as possibilidades jurídicas." }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="cta-transformacao" data-section="cta-transformacao">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
tag="Sua Solução Imobiliária"
|
||||
title="Seu problema imobiliário tem solução."
|
||||
description="Uma conversa estratégica é o primeiro passo para recuperar sua tranquilidade e proteger seu patrimônio."
|
||||
buttons={[
|
||||
{
|
||||
text: "Falar com Dr. Anderson agora",
|
||||
href: "https://wa.me/5537988363114",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="cta-transformacao" data-section="cta-transformacao">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Sua Solução Imobiliária"
|
||||
title="Seu problema imobiliário tem solução."
|
||||
description="Uma conversa estratégica é o primeiro passo para recuperar sua tranquilidade e proteger seu patrimônio."
|
||||
buttons={[{ text: "Falar com Dr. Anderson agora", href: "https://wa.me/5537988363114" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contato" data-section="contato">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Contato"
|
||||
title="Vamos conversar?"
|
||||
description="Estou pronto para ouvir seu caso e oferecer a solução jurídica necessária em Divinópolis e todo o país."
|
||||
buttons={[
|
||||
{
|
||||
text: "Enviar Mensagem no WhatsApp",
|
||||
href: "https://wa.me/5537988363114",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contato" data-section="contato">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contato"
|
||||
title="Vamos conversar?"
|
||||
description="Estou pronto para ouvir seu caso e oferecer a solução jurídica necessária em Divinópolis e todo o país."
|
||||
buttons={[{ text: "Enviar Mensagem no WhatsApp", href: "https://wa.me/5537988363114" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Anderson Vasconcelos"
|
||||
copyrightText="© 2025 Anderson Vasconcelos Advogado Imobiliário."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Anderson Vasconcelos"
|
||||
copyrightText="© 2025 Anderson Vasconcelos Advogado Imobiliário."
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" },
|
||||
{ icon: Linkedin, href: "https://linkedin.com", ariaLabel: "LinkedIn" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user