diff --git a/src/app/page.tsx b/src/app/page.tsx index e2437de..9a054f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,65 +31,31 @@ export default function LandingPage() {
@@ -100,10 +66,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Central inteligente para empresas navegarem a complexidade fiscal" buttons={[ - { - text: "Saiba mais", - href: "#solutions", - }, + { text: "Saiba mais", href: "#solutions" }, ]} />
@@ -114,25 +77,13 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "ERP Intelligence", - description: "Implementação e otimização de Microsoft Dynamics para gestão completa.", - imageSrc: "http://img.b2bpic.net/free-photo/small-business-tax-credits-claim-return-deduction-refund-concept_53876-127795.jpg", - imageAlt: "ERP", - }, + title: "ERP Intelligence", description: "Implementação e otimização de Microsoft Dynamics para gestão completa.", imageSrc: "http://img.b2bpic.net/free-photo/small-business-tax-credits-claim-return-deduction-refund-concept_53876-127795.jpg", imageAlt: "ERP"}, { - title: "Fiscal Compliance", - description: "Domine as obrigações acessórias e prepare-se para a Reforma Tributária.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-blockchain-technology_23-2151480171.jpg", - imageAlt: "Compliance", - }, + title: "Fiscal Compliance", description: "Domine as obrigações acessórias e prepare-se para a Reforma Tributária.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-blockchain-technology_23-2151480171.jpg", imageAlt: "Compliance"}, { - title: "Hub Fiscal", - description: "Centralização de notas fiscais e monitoramento em tempo real com o fisco.", - imageSrc: "http://img.b2bpic.net/free-photo/automation-production-system-operation-precess-concept_53876-138637.jpg", - imageAlt: "Hub", - }, + title: "Hub Fiscal", description: "Centralização de notas fiscais e monitoramento em tempo real com o fisco.", imageSrc: "http://img.b2bpic.net/free-photo/automation-production-system-operation-precess-concept_53876-138637.jpg", imageAlt: "Hub"}, ]} - title="Solu \"Soluções Integradas" + title="Soluções Integradas" description="Pilares fundamentais para a automação e compliance da sua operação." /> @@ -143,21 +94,9 @@ export default function LandingPage() { title="Resultados Comprovados" tag="Performance Fiscal" metrics={[ - { - id: "m1", - value: "45%", - description: "Redução de erros manuais", - }, - { - id: "m2", - value: "24/7", - description: "Monitoramento fiscal contínuo", - }, - { - id: "m3", - value: "100+", - description: "Integrações ativas", - }, + { id: "m1", value: "45%", description: "Redução de erros manuais" }, + { id: "m2", value: "24/7", description: "Monitoramento fiscal contínuo" }, + { id: "m3", value: "100+", description: "Integrações ativas" }, ]} metricsAnimation="slide-up" /> @@ -169,46 +108,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "t1", - name: "Sarah Johnson", - handle: "@sarahj", - testimonial: "A implementação mudou nossa visão fiscal.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", - }, - { - id: "t2", - name: "Michael Chen", - handle: "@mchen", - testimonial: "Eficiência e conformidade em um só lugar.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", - }, - { - id: "t3", - name: "Emily Rodriguez", - handle: "@emilyr", - testimonial: "Finalmente entendemos nosso risco fiscal.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-pressing-tablet-s-screen_1149-143.jpg", - }, - { - id: "t4", - name: "David Kim", - handle: "@dkim", - testimonial: "Dashboard intuitivo e muito útil.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-young-business-analyst-enjoying-coffee-break_1262-14892.jpg", - }, - { - id: "t5", - name: "Alice Wang", - handle: "@awang", - testimonial: "Suporte excelente e tecnologia de ponta.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", - }, + { id: "t1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "A implementação mudou nossa visão fiscal.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg" }, + { id: "t2", name: "Michael Chen", handle: "@mchen", testimonial: "Eficiência e conformidade em um só lugar.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg" }, + { id: "t3", name: "Emily Rodriguez", handle: "@emilyr", testimonial: "Finalmente entendemos nosso risco fiscal.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-pressing-tablet-s-screen_1149-143.jpg" }, + { id: "t4", name: "David Kim", handle: "@dkim", testimonial: "Dashboard intuitivo e muito útil.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-young-business-analyst-enjoying-coffee-break_1262-14892.jpg" }, + { id: "t5", name: "Alice Wang", handle: "@awang", testimonial: "Suporte excelente e tecnologia de ponta.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg" }, ]} showRating={true} title="O que nossos clientes dizem" @@ -219,21 +123,9 @@ export default function LandingPage() { @@ -285,17 +153,12 @@ export default function LandingPage() {
@@ -304,42 +167,21 @@ export default function LandingPage() {