From f0b458c5e22fe1008215f60703ae1ab05bd50f6f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 01:18:22 +0000 Subject: [PATCH 1/3] Update src/app/area-cliente/page.tsx --- src/app/area-cliente/page.tsx | 68 +++++++++++++++++++++-------------- 1 file changed, 41 insertions(+), 27 deletions(-) diff --git a/src/app/area-cliente/page.tsx b/src/app/area-cliente/page.tsx index 5f29549..fb3b7e0 100644 --- a/src/app/area-cliente/page.tsx +++ b/src/app/area-cliente/page.tsx @@ -5,7 +5,7 @@ import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarS import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Shield, Sparkles } from "lucide-react"; +import { Sparkles } from "lucide-react"; export default function ClientAreaPage() { const navItems = [ @@ -23,7 +23,7 @@ export default function ClientAreaPage() { borderRadius="pill" contentWidth="compact" sizing="mediumLargeSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -34,7 +34,8 @@ export default function ClientAreaPage() { brandName="ContaFlow" navItems={navItems} button={{ - text: "Solicitar Consulta", href: "/area-cliente"}} + text: "Solicitar Consulta", href: "/area-cliente" + }} /> @@ -44,20 +45,24 @@ export default function ClientAreaPage() { tagIcon={Sparkles} title="Área do Cliente - Controle Total da Sua Contabilidade" description="Bem-vindo à sua área privada e segura. Aqui você tem acesso a todos os seus documentos contábeis, relatórios fiscais, declarações e pode acompanhar o status de suas obrigações em tempo real." - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} mediaItems={[ { - 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-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", 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" @@ -71,21 +76,21 @@ 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, - required: false, + required: false }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-travel-agency_52683-136449.jpg" @@ -104,33 +109,42 @@ export default function ClientAreaPage() { { 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: [ { - 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: [ { - 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 decc7a902f993823f52338537ced0027bbc92b95 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 01:18:23 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 280 ++++++++++++++--------------------------------- 1 file changed, 85 insertions(+), 195 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f4dd9a..bc981ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,94 +16,8 @@ export default function HomePage() { { name: "Quem Somos", id: "about" }, { name: "Serviços", id: "services" }, { name: "Notícias", id: "blog" }, - { name: "Área do Cliente", id: "contact" }, - { name: "Localização", id: "footer" }, - ]; - - const blogPosts = [ - { - id: "1", - category: "Fiscal", - title: "Mudanças no Regime de Tributação 2025", - excerpt: "Conheça as principais alterações fiscais que afetarão sua empresa no próximo ano e como se preparar.", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-checking-document_1098-21109.jpg?_wi=1", - imageAlt: "compliance audit checklist professional", - authorName: "Dr. Carlos Mendes", - authorAvatar: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1665.jpg", - date: "15 Jan 2025", - }, - { - id: "2", - category: "Trabalhista", - title: "Atualizações na CLT: O Que Mudou Recentemente", - excerpt: "Resumo das últimas alterações na legislação trabalhista que impactam diretamente a folha de pagamento.", - 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=1", - imageAlt: "payroll management software interface", - authorName: "Dra. Patricia Silva", - authorAvatar: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15839.jpg", - date: "12 Jan 2025", - }, - { - id: "3", - category: "Empresarial", - title: "Planejamento Tributário: Estratégias para PMEs", - excerpt: "Dicas práticas de planejamento tributário especialmente pensadas para pequenas e médias empresas.", - 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=1", - imageAlt: "financial consulting advisor meeting", - authorName: "Sr. Roberto Costa", - authorAvatar: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", - date: "10 Jan 2025", - }, - { - id: "4", - category: "Fiscal", - title: "SPED: Importância e Prazos Obrigatórios", - excerpt: "Entenda a importância do Sistema Público de Escrituração Digital e como cumprir os prazos corretamente.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288160.jpg?_wi=1", - imageAlt: "customer service support contact helpline", - authorName: "Eng. Felipe Santos", - authorAvatar: "http://img.b2bpic.net/free-photo/mature-businesswoman-isolated-classy-outfit_1303-19300.jpg", - date: "08 Jan 2025", - }, - ]; - - const testimonials = [ - { - id: "1", - title: "Transformou Completamente Nossa Contabilidade", - quote: "Desde que contratamos a ContaFlow, nossas obrigações fiscais estão em ordem e temos muito mais confiança para tomar decisões financeiras estratégicas.", - name: "Marina Costa", - role: "Diretora Financeira - TechSolutions Brasil", - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1665.jpg?_wi=1", - imageAlt: "Marina Costa", - }, - { - id: "2", - title: "Suporte Excepcional e Atendido Rápido", - quote: "O time deles responde rápido, conhece meu negócio e sempre oferece soluções criativas para otimizar impostos. Recomendo demais!", - name: "Julio Martins", - role: "Sócio-Diretor - Martins & Cia Exportação", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15839.jpg?_wi=1", - imageAlt: "Julio Martins", - }, - { - id: "3", - title: "Redução Significativa de Custos", - quote: "Conseguimos reduzir nossa carga tributária em 18% através do planejamento fiscal estratégico da ContaFlow. Excelente retorno sobre investimento!", - name: "Fernanda Lima", - role: "CFO - Logística Premium Ltda", - imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=1", - imageAlt: "Fernanda Lima", - }, - { - id: "4", - title: "Parceira Confiável para Crescimento", - quote: "Estamos crescendo 40% ao ano e a ContaFlow cresce junto com a gente. Eles entendem de verdade o que uma startup em expansão precisa.", - name: "Anderson Rocha", - role: "Founder & CEO - Startup Inovação Digital", - imageSrc: "http://img.b2bpic.net/free-photo/mature-businesswoman-isolated-classy-outfit_1303-19300.jpg?_wi=1", - imageAlt: "Anderson Rocha", - }, + { name: "Depoimentos", id: "testimonials" }, + { name: "Contato", id: "contact" }, ]; return ( @@ -113,7 +27,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="compact" sizing="mediumLargeSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -124,8 +38,7 @@ export default function HomePage() { brandName="ContaFlow" navItems={navItems} button={{ - text: "Solicitar Consulta", - href: "/area-cliente", + text: "Agendar Consulta", href: "contact" }} /> @@ -136,28 +49,24 @@ export default function HomePage() { tagIcon={Sparkles} title="Suas finanças sob controle profissional" description="Gestão contábil, fiscal e trabalhista completa com notícias automáticas do mercado. Somos especializados em ajudar empresas a crescer com segurança fiscal e transparência total." - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/working-from-home-time-management-concept_23-2149065328.jpg", - imageAlt: "Profissional de contabilidade trabalhando", + imageSrc: "http://img.b2bpic.net/free-photo/working-from-home-time-management-concept_23-2149065328.jpg", imageAlt: "Profissional de contabilidade trabalhando" }, { - imageSrc: "http://img.b2bpic.net/free-vector/landing-page-design-mocksite_23-2148157123.jpg?_wi=1", - imageAlt: "Dashboard de análise financeira", - }, + imageSrc: "http://img.b2bpic.net/free-vector/landing-page-design-mocksite_23-2148157123.jpg", imageAlt: "Dashboard de análise financeira" + } ]} rating={5} ratingText="Confiança de 150+ empresas" buttons={[ { - text: "Agendar Consulta", - href: "/area-cliente", + text: "Agendar Consulta", href: "contact" }, { - text: "Conhecer Serviços", - href: "/services", - }, + text: "Conhecer Serviços", href: "services" + } ]} tagAnimation="slide-up" buttonAnimation="slide-up" @@ -169,14 +78,12 @@ export default function HomePage() { -
+
-
+
@@ -277,7 +180,20 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={true} buttonAnimation="slide-up" - testimonials={testimonials} + testimonials={[ + { + id: "1", title: "Transformou Completamente Nossa Contabilidade", quote: "Desde que contratamos a ContaFlow, nossas obrigações fiscais estão em ordem e temos muito mais confiança para tomar decisões financeiras estratégicas.", name: "Marina Costa", role: "Diretora Financeira - TechSolutions Brasil", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1665.jpg", imageAlt: "Marina Costa" + }, + { + id: "2", title: "Suporte Excepcional e Atendido Rápido", quote: "O time deles responde rápido, conhece meu negócio e sempre oferece soluções criativas para otimizar impostos. Recomendo demais!", name: "Julio Martins", role: "Sócio-Diretor - Martins & Cia Exportação", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15839.jpg", imageAlt: "Julio Martins" + }, + { + id: "3", title: "Redução Significativa de Custos", quote: "Conseguimos reduzir nossa carga tributária em 18% através do planejamento fiscal estratégico da ContaFlow. Excelente retorno sobre investimento!", name: "Fernanda Lima", role: "CFO - Logística Premium Ltda", imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "Fernanda Lima" + }, + { + id: "4", title: "Parceira Confiável para Crescimento", quote: "Estamos crescendo 40% ao ano e a ContaFlow cresce junto com a gente. Eles entendem de verdade o que uma startup em expansão precisa.", name: "Anderson Rocha", role: "Founder & CEO - Startup Inovação Digital", imageSrc: "http://img.b2bpic.net/free-photo/mature-businesswoman-isolated-classy-outfit_1303-19300.jpg", imageAlt: "Anderson Rocha" + } + ]} />
@@ -287,38 +203,24 @@ export default function HomePage() { description="Tem dúvidas ou deseja agendar uma consulta? Entre em contato e nossa equipe responderá dentro de 24 horas." 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: "company", - type: "text", - placeholder: "Nome da sua empresa", - required: true, - }, + name: "company", type: "text", placeholder: "Nome da sua empresa", required: true + } ]} textarea={{ - name: "message", - placeholder: "Descreva sua necessidade ou dúvida...", - rows: 5, - required: true, + name: "message", placeholder: "Descreva sua necessidade ou dúvida...", rows: 5, + required: true }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288160.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288160.jpg" imageAlt="Equipe de atendimento ContaFlow" mediaPosition="right" mediaAnimation="slide-up" @@ -332,56 +234,44 @@ export default function HomePage() { copyrightText="© 2025 ContaFlow Contabilidade. Todos os direitos reservados." columns={[ { - title: "Navegação", - items: [ + title: "Navegação", items: [ { - label: "Quem Somos", - href: "#about", + label: "Quem Somos", href: "about" }, { - label: "Nossos Serviços", - href: "/services", + label: "Nossos Serviços", href: "services" }, { - label: "Notícias", - href: "#blog", - }, - ], + label: "Notícias", href: "blog" + } + ] }, { - title: "Recursos", - items: [ + title: "Recursos", items: [ { - label: "Área do Cliente", - href: "/area-cliente", + label: "Área do Cliente", href: "contact" }, { - label: "Fale Conosco", - href: "#contact", + label: "Fale Conosco", href: "#" }, { - label: "Localização", - href: "#footer", - }, - ], + 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: "#contact", - }, - ], - }, + label: "Contato", href: "#" + } + ] + } ]} />
-- 2.49.1 From f5ce2d0bbde0b6620409ab5f154cd92d0d2b2c46 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 01:18:23 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 91 ++++++++++++++++++++++++--------------- 1 file changed, 56 insertions(+), 35 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 3d021cf..b6ba33e 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -24,7 +24,7 @@ export default function ServicesPage() { borderRadius="pill" contentWidth="compact" sizing="mediumLargeSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -35,7 +35,8 @@ export default function ServicesPage() { brandName="ContaFlow" navItems={navItems} button={{ - text: "Solicitar Consulta", href: "/area-cliente"}} + text: "Solicitar Consulta", href: "/area-cliente" + }} /> @@ -45,20 +46,24 @@ export default function ServicesPage() { tagIcon={Sparkles} title="Soluções Contábeis Completas para Seu Negócio" description="Oferecemos uma gama abrangente de serviços contábeis, fiscais e trabalhistas projetados para atender às necessidades específicas de sua empresa em cada etapa do crescimento." - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/businessman-checking-document_1098-21109.jpg", 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", 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" @@ -81,30 +86,37 @@ export default function ServicesPage() { 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: [ { 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" /> @@ -116,21 +128,21 @@ 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, - required: true, + 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" @@ -149,33 +161,42 @@ export default function ServicesPage() { { 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: [ { - 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: [ { - 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