Merge version_1 into main #2
264
src/app/page.tsx
264
src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Áreas",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Depoimentos",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Início", id: "hero" },
|
||||
{ name: "Sobre", id: "about" },
|
||||
{ name: "Áreas", id: "features" },
|
||||
{ name: "Depoimentos", id: "testimonials" },
|
||||
{ name: "Contato", id: "contact" },
|
||||
]}
|
||||
brandName="Tuy Rodrigues"
|
||||
/>
|
||||
@@ -62,36 +47,15 @@ export default function LandingPage() {
|
||||
logoText="Advocacia Tuy Rodrigues"
|
||||
description="Excelência jurídica pautada pela ética, transparência e defesa intransigente dos direitos de nossos clientes."
|
||||
buttons={[
|
||||
{
|
||||
text: "Agendar Consulta",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Agendar Consulta", href: "#contact" },
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/inside-business-center-building_181624-330.jpg?_wi=1",
|
||||
imageAlt: "Legal workspace",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-551.jpg?_wi=1",
|
||||
imageAlt: "Law firm office",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-gavel_93675-130698.jpg?_wi=1",
|
||||
imageAlt: "Gavel symbol",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/member-human-resource-team-talking-with-candidate-while-reviewing-his-resume-job-interview-office_637285-6535.jpg",
|
||||
imageAlt: "Legal consultation",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg",
|
||||
imageAlt: "Legal professional",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-lawyer-environment_23-2151152197.jpg",
|
||||
imageAlt: "Courtroom hall",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/inside-business-center-building_181624-330.jpg", imageAlt: "Legal workspace" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-551.jpg", imageAlt: "Law firm office" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/wooden-gavel_93675-130698.jpg", imageAlt: "Gavel symbol" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/member-human-resource-team-talking-with-candidate-while-reviewing-his-resume-job-interview-office_637285-6535.jpg", imageAlt: "Legal consultation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg", imageAlt: "Legal professional" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-lawyer-environment_23-2151152197.jpg", imageAlt: "Courtroom hall" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -102,18 +66,9 @@ export default function LandingPage() {
|
||||
title="Compromisso com a Justiça"
|
||||
description="Com anos de experiência, a Advocacia Tuy Rodrigues atua com foco na resolução estratégica de conflitos e assessoria jurídica especializada para empresas e particulares."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "Anos de experiência",
|
||||
},
|
||||
{
|
||||
value: "500+",
|
||||
title: "Casos resolvidos",
|
||||
},
|
||||
{
|
||||
value: "98%",
|
||||
title: "Satisfação de clientes",
|
||||
},
|
||||
{ value: "15+", title: "Anos de experiência" },
|
||||
{ value: "500+", title: "Casos resolvidos" },
|
||||
{ value: "98%", title: "Satisfação de clientes" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businessman-looking-through-notes_1098-12646.jpg"
|
||||
imageAlt="Advogados em reunião"
|
||||
@@ -129,49 +84,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Direito Civil",
|
||||
description: "Consultoria e contencioso em questões contratuais, família e sucessões.",
|
||||
icon: Scale,
|
||||
title: "Direito Civil", description: "Consultoria e contencioso em questões contratuais, família e sucessões.", icon: Scale,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businesswoman-s-hand-using-laptop-wooden-desk_23-2147970878.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-judges_23-2149443467.jpg",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-businesswoman-s-hand-using-laptop-wooden-desk_23-2147970878.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-judges_23-2149443467.jpg" },
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/inside-business-center-building_181624-330.jpg?_wi=2",
|
||||
imageAlt: "lawyer office professional desk",
|
||||
},
|
||||
{
|
||||
title: "Direito Trabalhista",
|
||||
description: "Defesa de interesses empresariais e dos trabalhadores em conformidade legal.",
|
||||
icon: Briefcase,
|
||||
title: "Direito Trabalhista", description: "Defesa de interesses empresariais e dos trabalhadores em conformidade legal.", icon: Briefcase,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-shaking-hands-with-business-partner_53876-20924.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-with-lot-work_1098-3838.jpg",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-shaking-hands-with-business-partner_53876-20924.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-with-lot-work_1098-3838.jpg" },
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-551.jpg?_wi=2",
|
||||
imageAlt: "lawyer office professional desk",
|
||||
},
|
||||
{
|
||||
title: "Direito Imobiliário",
|
||||
description: "Gestão de contratos imobiliários, locações e regularização de propriedades.",
|
||||
icon: Building,
|
||||
title: "Direito Imobiliário", description: "Gestão de contratos imobiliários, locações e regularização de propriedades.", icon: Building,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-architectural-building-clear-blue-sky-with-white-clouds_181624-3532.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-ellis-island-great-hall_649448-4359.jpg",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-architectural-building-clear-blue-sky-with-white-clouds_181624-3532.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-ellis-island-great-hall_649448-4359.jpg" },
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-gavel_93675-130698.jpg?_wi=2",
|
||||
imageAlt: "lawyer office professional desk",
|
||||
},
|
||||
]}
|
||||
title="Áreas de Atuação"
|
||||
@@ -186,27 +117,9 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "24/7",
|
||||
title: "Disponibilidade",
|
||||
description: "Suporte constante aos clientes",
|
||||
icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100%",
|
||||
title: "Transparência",
|
||||
description: "Ética em todos os processos",
|
||||
icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Agilidade",
|
||||
title: "Velocidade",
|
||||
description: "Processos otimizados",
|
||||
icon: Zap,
|
||||
},
|
||||
{ id: "m1", value: "24/7", title: "Disponibilidade", description: "Suporte constante aos clientes", icon: Clock },
|
||||
{ id: "m2", value: "100%", title: "Transparência", description: "Ética em todos os processos", icon: ShieldCheck },
|
||||
{ id: "m3", value: "Agilidade", title: "Velocidade", description: "Processos otimizados", icon: Zap },
|
||||
]}
|
||||
title="Nossos Indicadores"
|
||||
description="Dados que refletem nosso comprometimento e eficiência operacional."
|
||||
@@ -219,46 +132,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ana Oliveira",
|
||||
handle: "@ana_oliveira",
|
||||
testimonial: "Excelente suporte jurídico, profissionais muito capacitados.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-young-handsome-smiling-man-casual-outfit-sitting-table-working-laptop_285396-1832.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Carlos Souza",
|
||||
handle: "@carlos_souza",
|
||||
testimonial: "Transparência total em todo o processo. Recomendo muito.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-employees-looking-laptop-laughing_74855-4007.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Fernanda Lima",
|
||||
handle: "@fernanda_lima",
|
||||
testimonial: "Atendimento rápido e muito atencioso com as necessidades.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-with-long-blond-hair-holds-tablet-pc-with-red-single-speed-bicycle-park-background_613910-10146.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Roberto Mendes",
|
||||
handle: "@roberto_mendes",
|
||||
testimonial: "Profissionais altamente éticos e dedicados ao cliente.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3826.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Paula Santos",
|
||||
handle: "@paula_santos",
|
||||
testimonial: "Soluções práticas e eficientes. Segurança total.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg",
|
||||
},
|
||||
{ id: "1", name: "Ana Oliveira", handle: "@ana_oliveira", testimonial: "Excelente suporte jurídico, profissionais muito capacitados.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cool-young-handsome-smiling-man-casual-outfit-sitting-table-working-laptop_285396-1832.jpg" },
|
||||
{ id: "2", name: "Carlos Souza", handle: "@carlos_souza", testimonial: "Transparência total em todo o processo. Recomendo muito.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-employees-looking-laptop-laughing_74855-4007.jpg" },
|
||||
{ id: "3", name: "Fernanda Lima", handle: "@fernanda_lima", testimonial: "Atendimento rápido e muito atencioso com as necessidades.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-with-long-blond-hair-holds-tablet-pc-with-red-single-speed-bicycle-park-background_613910-10146.jpg" },
|
||||
{ id: "4", name: "Roberto Mendes", handle: "@roberto_mendes", testimonial: "Profissionais altamente éticos e dedicados ao cliente.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3826.jpg" },
|
||||
{ id: "5", name: "Paula Santos", handle: "@paula_santos", testimonial: "Soluções práticas e eficientes. Segurança total.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="O que dizem nossos clientes"
|
||||
@@ -271,14 +149,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Parceiro 1",
|
||||
"Parceiro 2",
|
||||
"Parceiro 3",
|
||||
"Parceiro 4",
|
||||
"Parceiro 5",
|
||||
"Parceiro 6",
|
||||
"Parceiro 7",
|
||||
]}
|
||||
"Parceiro 1", "Parceiro 2", "Parceiro 3", "Parceiro 4", "Parceiro 5", "Parceiro 6", "Parceiro 7"]}
|
||||
title="Parcerias Estratégicas"
|
||||
description="Colaboramos com os melhores parceiros do setor."
|
||||
/>
|
||||
@@ -289,21 +160,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Como agendar uma consulta?",
|
||||
content: "Entre em contato pelo nosso formulário ou telefones.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Atendem pessoas físicas?",
|
||||
content: "Sim, prestamos assistência integral a pessoas físicas.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Quais as áreas de atuação?",
|
||||
content: "Atuamos em diversas áreas, incluindo Cível, Trabalhista e Imobiliário.",
|
||||
},
|
||||
{ id: "1", title: "Como agendar uma consulta?", content: "Entre em contato pelo nosso formulário ou telefones." },
|
||||
{ id: "2", title: "Atendem pessoas físicas?", content: "Sim, prestamos assistência integral a pessoas físicas." },
|
||||
{ id: "3", title: "Quais as áreas de atuação?", content: "Atuamos em diversas áreas, incluindo Cível, Trabalhista e Imobiliário." },
|
||||
]}
|
||||
title="Perguntas Frequentes"
|
||||
description="Esclareça suas dúvidas sobre nossos serviços."
|
||||
@@ -317,23 +176,11 @@ export default function LandingPage() {
|
||||
title="Entre em contato conosco"
|
||||
description="Estamos prontos para analisar seu caso e oferecer o suporte necessário."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Nome completo",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "E-mail de contato",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Nome completo", required: true },
|
||||
{ name: "email", type: "email", placeholder: "E-mail de contato", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Descreva sua necessidade jurídica",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Descreva sua necessidade jurídica", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/girl-exam_1098-15995.jpg"
|
||||
@@ -344,33 +191,16 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navegação",
|
||||
items: [
|
||||
{
|
||||
label: "Início",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "Sobre",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Áreas",
|
||||
href: "#features",
|
||||
},
|
||||
title: "Navegação", items: [
|
||||
{ label: "Início", href: "#hero" },
|
||||
{ label: "Sobre", href: "#about" },
|
||||
{ label: "Áreas", href: "#features" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contato",
|
||||
items: [
|
||||
{
|
||||
label: "Formulário",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "E-mail: contato@tuyrodrigues.com",
|
||||
href: "mailto:contato@tuyrodrigues.com",
|
||||
},
|
||||
title: "Contato", items: [
|
||||
{ label: "Formulário", href: "#contact" },
|
||||
{ label: "E-mail: contato@tuyrodrigues.com", href: "mailto:contato@tuyrodrigues.com" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -381,4 +211,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user