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" + } + ] + } ]} />