Update src/app/area-cliente/page.tsx

This commit is contained in:
2026-03-10 01:16:44 +00:00
parent 08a656e528
commit dea0f5fbc3

View File

@@ -34,9 +34,7 @@ export default function ClientAreaPage() {
brandName="ContaFlow"
navItems={navItems}
button={{
text: "Solicitar Consulta",
href: "/area-cliente",
}}
text: "Solicitar Consulta", href: "/area-cliente"}}
/>
</div>
@@ -49,25 +47,17 @@ export default function ClientAreaPage() {
background={{ variant: "grid" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288160.jpg?_wi=3",
imageAlt: "Suporte e atendimento ao cliente",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288160.jpg", imageAlt: "Suporte e atendimento ao cliente"},
{
imageSrc: "http://img.b2bpic.net/free-vector/landing-page-design-mocksite_23-2148157123.jpg?_wi=2",
imageAlt: "Dashboard seguro do cliente",
},
imageSrc: "http://img.b2bpic.net/free-vector/landing-page-design-mocksite_23-2148157123.jpg", imageAlt: "Dashboard seguro do cliente"},
]}
rating={5}
ratingText="Segurança de Dados Garantida"
buttons={[
{
text: "Voltar para Home",
href: "/",
},
text: "Voltar para Home", href: "/"},
{
text: "Conhecer Serviços",
href: "/services",
},
text: "Conhecer Serviços", href: "/services"},
]}
tagAnimation="slide-up"
buttonAnimation="slide-up"
@@ -81,39 +71,25 @@ export default function ClientAreaPage() {
description="Insira seus dados para acessar sua conta segura. Se você ainda não tem acesso, entre em contato conosco para ativar sua área do cliente."
inputs={[
{
name: "email",
type: "email",
placeholder: "seu.email@empresa.com",
required: true,
name: "email", type: "email", placeholder: "seu.email@empresa.com", required: true,
},
{
name: "password",
type: "password",
placeholder: "Sua senha",
required: true,
name: "password", type: "password", placeholder: "Sua senha", required: true,
},
{
name: "company",
type: "text",
placeholder: "CNPJ ou Razão Social",
required: true,
name: "company", type: "text", placeholder: "CNPJ ou Razão Social", required: true,
},
{
name: "contact",
type: "tel",
placeholder: "(11) 99999-9999",
required: true,
name: "contact", type: "tel", placeholder: "(11) 99999-9999", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Mensagem para nossa equipe (opcional)...",
rows: 4,
name: "message", placeholder: "Mensagem para nossa equipe (opcional)...", rows: 4,
required: false,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-travel-agency_52683-136449.jpg?_wi=1",
imageAlt: "Equipe de suporte ContaFlow"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-travel-agency_52683-136449.jpg"
imageAlt="Equipe de suporte ContaFlow"
mediaPosition="right"
mediaAnimation="slide-up"
buttonText="Acessar Conta"
@@ -126,54 +102,33 @@ export default function ClientAreaPage() {
copyrightText="© 2025 ContaFlow Contabilidade. Todos os direitos reservados."
columns={[
{
title: "Navegação",
items: [
title: "Navegação", items: [
{
label: "Início",
href: "/",
},
label: "Início", href: "/"},
{
label: "Nossos Serviços",
href: "/services",
},
label: "Nossos Serviços", href: "/services"},
{
label: "Notícias",
href: "/",
},
label: "Notícias", href: "/"},
],
},
{
title: "Recursos",
items: [
title: "Recursos", items: [
{
label: "Área do Cliente",
href: "/area-cliente",
},
label: "Área do Cliente", href: "/area-cliente"},
{
label: "Fale Conosco",
href: "/",
},
label: "Fale Conosco", href: "/"},
{
label: "Localização",
href: "/",
},
label: "Localização", href: "/"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Política de Privacidade",
href: "#",
},
label: "Política de Privacidade", href: "#"},
{
label: "Termos de Serviço",
href: "#",
},
label: "Termos de Serviço", href: "#"},
{
label: "Contato",
href: "/area-cliente",
},
label: "Contato", href: "/area-cliente"},
],
},
]}