From dea0f5fbc3e66b6f889a42f2999e5dfbae2acf30 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 01:16:44 +0000 Subject: [PATCH 1/2] Update src/app/area-cliente/page.tsx --- src/app/area-cliente/page.tsx | 93 +++++++++-------------------------- 1 file changed, 24 insertions(+), 69 deletions(-) diff --git a/src/app/area-cliente/page.tsx b/src/app/area-cliente/page.tsx index 3d16ba3..5f29549 100644 --- a/src/app/area-cliente/page.tsx +++ b/src/app/area-cliente/page.tsx @@ -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"}} /> @@ -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"}, ], }, ]} -- 2.49.1 From 82e4816e256397132b32d7a96fda5d6a3d57d3db Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 01:16:45 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 135 ++++++++++---------------------------- 1 file changed, 33 insertions(+), 102 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 4073540..3d021cf 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -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"}} /> @@ -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"}, ], }, ]} -- 2.49.1