Merge version_1 into main #1
242
src/app/page.tsx
242
src/app/page.tsx
@@ -31,65 +31,31 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Soluções",
|
||||
id: "solutions",
|
||||
},
|
||||
{
|
||||
name: "Conteúdo",
|
||||
id: "blog",
|
||||
},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Início", id: "hero" },
|
||||
{ name: "Soluções", id: "solutions" },
|
||||
{ name: "Conteúdo", id: "blog" },
|
||||
{ name: "Contato", id: "contact" },
|
||||
]}
|
||||
brandName="FiscalHub"
|
||||
button={{
|
||||
text: "Diagnóstico Gratuito",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Diagnóstico Gratuito", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Simplifique a complexidade fiscal brasileira com inteligência e automação"
|
||||
description="Transforme sua conformidade tributária em uma vantagem competitiva através de integração inteligente com o ERP e automação de ponta."
|
||||
buttons={[
|
||||
{
|
||||
text: "Diagnóstico Fiscal Gratuito",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Diagnóstico Fiscal Gratuito", href: "#contact" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tax-return-filing_23-2151937261.jpg",
|
||||
imageAlt: "Dashboard Fiscal",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-office-talking-with-manager-videocall_482257-126637.jpg",
|
||||
imageAlt: "Executivo com dados",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/global-communication-background-business-network-design_53876-160250.jpg",
|
||||
imageAlt: "Integração sistêmica",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multicultural-team-women-leaders-hold-online-conference-call_482257-123708.jpg",
|
||||
imageAlt: "Conformidade fiscal",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-mature-businessman-using-laptop-near-office-building_74855-3639.jpg",
|
||||
imageAlt: "Automação ERP",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tax-return-filing_23-2151937261.jpg", imageAlt: "Dashboard Fiscal" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/worker-office-talking-with-manager-videocall_482257-126637.jpg", imageAlt: "Executivo com dados" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/global-communication-background-business-network-design_53876-160250.jpg", imageAlt: "Integração sistêmica" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/multicultural-team-women-leaders-hold-online-conference-call_482257-123708.jpg", imageAlt: "Conformidade fiscal" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/positive-mature-businessman-using-laptop-near-office-building_74855-3639.jpg", imageAlt: "Automação ERP" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -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" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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."
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Como funciona o diagnóstico?",
|
||||
content: "Analisamos seus processos atuais e identificamos gargalos fiscais.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Integra com outros ERPs?",
|
||||
content: "Somos especialistas em Microsoft Dynamics, mas nossa arquitetura é aberta.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "A reforma tributária está coberta?",
|
||||
content: "Sim, monitoramos todas as mudanças legislativas em tempo real.",
|
||||
},
|
||||
{ id: "f1", title: "Como funciona o diagnóstico?", content: "Analisamos seus processos atuais e identificamos gargalos fiscais." },
|
||||
{ id: "f2", title: "Integra com outros ERPs?", content: "Somos especialistas em Microsoft Dynamics, mas nossa arquitetura é aberta." },
|
||||
{ id: "f3", title: "A reforma tributária está coberta?", content: "Sim, monitoramos todas as mudanças legislativas em tempo real." },
|
||||
]}
|
||||
sideTitle="Dúvidas Frequentes"
|
||||
faqsAnimation="blur-reveal"
|
||||
@@ -249,35 +141,11 @@ export default function LandingPage() {
|
||||
description="Artigos para manter seu ERP e fiscal sempre atualizados."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Reforma",
|
||||
title: "Impactos da CBS/IBS",
|
||||
excerpt: "Entenda a reforma no seu ERP.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tax-credits-claim-form-concept_53876-133575.jpg",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/people-working-elegant-cozy-office-space_23-2149548713.jpg",
|
||||
date: "2023-10-01",
|
||||
},
|
||||
id: "b1", category: "Reforma", title: "Impactos da CBS/IBS", excerpt: "Entenda a reforma no seu ERP.", imageSrc: "http://img.b2bpic.net/free-photo/tax-credits-claim-form-concept_53876-133575.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/people-working-elegant-cozy-office-space_23-2149548713.jpg", date: "2023-10-01"},
|
||||
{
|
||||
id: "b2",
|
||||
category: "ERP",
|
||||
title: "Automação fiscal",
|
||||
excerpt: "Reduza custos com automação.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/programming-code-with-laptop-background_1134-61.jpg",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/videographer-smiling-camera-working-computer-editing-video-footage-audio-app-sitting-mo_482257-2649.jpg",
|
||||
date: "2023-10-05",
|
||||
},
|
||||
id: "b2", category: "ERP", title: "Automação fiscal", excerpt: "Reduza custos com automação.", imageSrc: "http://img.b2bpic.net/free-photo/programming-code-with-laptop-background_1134-61.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/videographer-smiling-camera-working-computer-editing-video-footage-audio-app-sitting-mo_482257-2649.jpg", date: "2023-10-05"},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Compliance",
|
||||
title: "Nota de Crédito",
|
||||
excerpt: "Diferença entre crédito e evento.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-collage-concept_23-2149595833.jpg",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
date: "2023-10-10",
|
||||
},
|
||||
id: "b3", category: "Compliance", title: "Nota de Crédito", excerpt: "Diferença entre crédito e evento.", imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-collage-concept_23-2149595833.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", date: "2023-10-10"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -285,17 +153,12 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Contato"
|
||||
title="Pronto para modernizar seu fiscal?"
|
||||
description="Fale com um de nossos especialistas hoje mesmo."
|
||||
buttons={[
|
||||
{
|
||||
text: "Agendar Diagnóstico",
|
||||
href: "#",
|
||||
},
|
||||
{ text: "Agendar Diagnóstico", href: "#" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -304,42 +167,21 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "FiscalHub",
|
||||
items: [
|
||||
{
|
||||
label: "Sobre Nós",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Soluções",
|
||||
href: "#solutions",
|
||||
},
|
||||
title: "FiscalHub", items: [
|
||||
{ label: "Sobre Nós", href: "#about" },
|
||||
{ label: "Soluções", href: "#solutions" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Recursos",
|
||||
items: [
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#blog",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
title: "Recursos", items: [
|
||||
{ label: "Blog", href: "#blog" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacidade",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Termos",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacidade", href: "#" },
|
||||
{ label: "Termos", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user