Merge version_1 into main #2
@@ -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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -35,9 +35,7 @@ export default function ServicesPage() {
|
||||
brandName="ContaFlow"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Solicitar Consulta",
|
||||
href: "/area-cliente",
|
||||
}}
|
||||
text: "Solicitar Consulta", href: "/area-cliente"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -50,25 +48,17 @@ export default function ServicesPage() {
|
||||
background={{ variant: "grid" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-checking-document_1098-21109.jpg?_wi=2",
|
||||
imageAlt: "Conformidade e auditoria",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-checking-document_1098-21109.jpg", imageAlt: "Conformidade e auditoria"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-partners-using-laptop-working-with-documents-confident-serious-businesspeople-office-suits-discussing-company-project-together-management-business-partnership-concept_74855-14230.jpg?_wi=2",
|
||||
imageAlt: "Consultoria financeira",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-partners-using-laptop-working-with-documents-confident-serious-businesspeople-office-suits-discussing-company-project-together-management-business-partnership-concept_74855-14230.jpg", imageAlt: "Consultoria financeira"},
|
||||
]}
|
||||
rating={5}
|
||||
ratingText="Especialistas em 5 áreas principais"
|
||||
buttons={[
|
||||
{
|
||||
text: "Solicitar Consulta",
|
||||
href: "/area-cliente",
|
||||
},
|
||||
text: "Solicitar Consulta", href: "/area-cliente"},
|
||||
{
|
||||
text: "Voltar para Home",
|
||||
href: "/",
|
||||
},
|
||||
text: "Voltar para Home", href: "/"},
|
||||
]}
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
@@ -88,57 +78,33 @@ export default function ServicesPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Conformidade Fiscal Completa",
|
||||
description: "Gestão integrada de obrigações fiscais federais, estaduais e municipais com total conformidade legal e atualização constante.",
|
||||
bentoComponent: "icon-info-cards",
|
||||
items: [
|
||||
title: "Conformidade Fiscal Completa", description: "Gestão integrada de obrigações fiscais federais, estaduais e municipais com total conformidade legal e atualização constante.", bentoComponent: "icon-info-cards", items: [
|
||||
{
|
||||
icon: FileCheck,
|
||||
label: "Declarações",
|
||||
value: "Mensais",
|
||||
},
|
||||
label: "Declarações", value: "Mensais"},
|
||||
{
|
||||
icon: Shield,
|
||||
label: "Conformidade",
|
||||
value: "100%",
|
||||
},
|
||||
label: "Conformidade", value: "100%"},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
label: "Otimização",
|
||||
value: "Contínua",
|
||||
},
|
||||
label: "Otimização", value: "Contínua"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Gestão Avançada de Folha de Pagamento",
|
||||
description: "Processamento seguro, automático e totalmente integrado de folha de pagamento com compliance trabalhista e previdenciário.",
|
||||
bentoComponent: "3d-stack-cards",
|
||||
items: [
|
||||
title: "Gestão Avançada de Folha de Pagamento", description: "Processamento seguro, automático e totalmente integrado de folha de pagamento com compliance trabalhista e previdenciário.", bentoComponent: "3d-stack-cards", items: [
|
||||
{
|
||||
icon: Users,
|
||||
title: "Folha de Pagamento",
|
||||
subtitle: "Processamento",
|
||||
detail: "Automático e seguro",
|
||||
},
|
||||
title: "Folha de Pagamento", subtitle: "Processamento", detail: "Automático e seguro"},
|
||||
{
|
||||
icon: FileText,
|
||||
title: "Documentação",
|
||||
subtitle: "Compliance",
|
||||
detail: "Trabalhista completo",
|
||||
},
|
||||
title: "Documentação", subtitle: "Compliance", detail: "Trabalhista completo"},
|
||||
{
|
||||
icon: DollarSign,
|
||||
title: "Benefícios",
|
||||
subtitle: "Gestão",
|
||||
detail: "Integrada e organizada",
|
||||
},
|
||||
title: "Benefícios", subtitle: "Gestão", detail: "Integrada e organizada"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Consultoria Fiscal Estratégica",
|
||||
description: "Planejamento tributário personalizado para maximizar lucros, minimizar riscos e identificar oportunidades de otimização fiscal.",
|
||||
bentoComponent: "animated-bar-chart",
|
||||
},
|
||||
title: "Consultoria Fiscal Estratégica", description: "Planejamento tributário personalizado para maximizar lucros, minimizar riscos e identificar oportunidades de otimização fiscal.", bentoComponent: "animated-bar-chart"},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
@@ -150,39 +116,25 @@ export default function ServicesPage() {
|
||||
description="Solicite uma consulta personalizada com nossos especialistas. Avaliamos sua situação e recomendamos as melhores estratégias para sua empresa."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Seu nome",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Seu nome", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "seu.email@empresa.com",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "seu.email@empresa.com", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "(11) 99999-9999",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "(11) 99999-9999", required: true,
|
||||
},
|
||||
{
|
||||
name: "service",
|
||||
type: "text",
|
||||
placeholder: "Serviço de interesse",
|
||||
required: true,
|
||||
name: "service", type: "text", placeholder: "Serviço de interesse", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Detalhes sobre suas necessidades...",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Detalhes sobre suas necessidades...", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/report-presentation-pay-online-internet-payment-time-planning-business-technology-concepts-flat-design-illustrations-set_126523-465.jpg?_wi=2",
|
||||
imageAlt: "Sistema de gestão de serviços"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/report-presentation-pay-online-internet-payment-time-planning-business-technology-concepts-flat-design-illustrations-set_126523-465.jpg"
|
||||
imageAlt="Sistema de gestão de serviços"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
buttonText="Enviar Solicitação"
|
||||
@@ -195,54 +147,33 @@ export default function ServicesPage() {
|
||||
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: "#contact",
|
||||
},
|
||||
label: "Fale Conosco", href: "#contact"},
|
||||
{
|
||||
label: "Localização",
|
||||
href: "#footer",
|
||||
},
|
||||
label: "Localização", href: "#footer"},
|
||||
],
|
||||
},
|
||||
{
|
||||
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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user