Update src/app/page.tsx

This commit is contained in:
2026-05-07 12:46:37 +00:00
parent 3d1f6cbc88
commit 9fea6d5fbb

View File

@@ -33,21 +33,13 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Início", name: "Início", id: "hero"},
id: "hero",
},
{ {
name: "Sobre", name: "Sobre", id: "about"},
id: "about",
},
{ {
name: "Funcionalidades", name: "Funcionalidades", id: "features"},
id: "features",
},
{ {
name: "Planos", name: "Planos", id: "pricing"},
id: "pricing",
},
]} ]}
brandName="ZYNOR" brandName="ZYNOR"
/> />
@@ -56,42 +48,21 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitDualMedia <HeroSplitDualMedia
background={{ background={{
variant: "glowing-orb", variant: "glowing-orb"}}
}}
title="Controlo total sobre vendas e operação" title="Controlo total sobre vendas e operação"
description="ZYNOR ajuda empresas a ganhar previsibilidade e crescimento sustentável através de sistemas, processos e execução real — não consultoria de PowerPoint" description="ZYNOR ajuda empresas a ganhar previsibilidade e crescimento sustentável através de sistemas, processos e execução real — não consultoria de PowerPoint"
tag="Execution First" tag="Execution First"
buttons={[ buttons={[
{ {
text: "Ver Planos", text: "Ver Planos", href: "#pricing"},
href: "#pricing",
},
{ {
text: "Vê como funciona", text: "Vê como funciona", href: "#about"},
href: "#about",
},
]} ]}
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/ipad-with-diagram_1098-192.jpg", imageSrc: "http://img.b2bpic.net/free-photo/ipad-with-diagram_1098-192.jpg", imageAlt: "dark dashboard tech UI"},
imageAlt: "dark dashboard tech UI",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/3d-technology-background-with-low-poly-plexus-design_1048-16168.jpg", imageSrc: "http://img.b2bpic.net/free-photo/3d-technology-background-with-low-poly-plexus-design_1048-16168.jpg", imageAlt: "network tech glowing nodes"}
imageAlt: "network tech glowing nodes",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-low-poly-plexus-design-shallow-depth-field-modern-communication_1048-12682.jpg",
imageAlt: "3D render of a low poly plexus design",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pen-market-research_1098-3465.jpg",
imageAlt: "Close-up of a pen on a market research",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-blue-color-pastel-crayon-chalks-its-own-trace-line_171337-10441.jpg",
imageAlt: "Close up of blue color pastel crayon",
},
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
rating={5} rating={5}
@@ -115,30 +86,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Automação Inteligente", title: "Automação Inteligente", description: "Sistemas desenhados para reduzir a dependência humana e escalar processos.", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-buttons_23-2149917534.jpg"},
description: "Sistemas desenhados para reduzir a dependência humana e escalar processos.",
imageSrc: "http://img.b2bpic.net/free-photo/view-3d-buttons_23-2149917534.jpg",
},
{ {
title: "Visibilidade de Vendas", title: "Visibilidade de Vendas", description: "Pipelines transparentes com dados em tempo real para tomada de decisão.", imageSrc: "http://img.b2bpic.net/free-photo/3d-graph-computer-illustration_23-2151884858.jpg"},
description: "Pipelines transparentes com dados em tempo real para tomada de decisão.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-graph-computer-illustration_23-2151884858.jpg",
},
{ {
title: "Crescimento Sustentável", title: "Crescimento Sustentável", description: "Foco em resultados que permanecem após a implementação da ZYNOR.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-25th-years-anniversary-celebration-pen-tool-created-clipping-path-included-jpeg-easy-composite_460848-6312.jpg"},
description: "Foco em resultados que permanecem após a implementação da ZYNOR.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-25th-years-anniversary-celebration-pen-tool-created-clipping-path-included-jpeg-easy-composite_460848-6312.jpg",
},
{ {
title: "Integração Perfeita", title: "Integração Perfeita", description: "Conectamos suas ferramentas atuais em um fluxo unificado.", imageSrc: "http://img.b2bpic.net/free-photo/3d-blue-smiley-face-circle_187299-46966.jpg"},
description: "Conectamos suas ferramentas atuais em um fluxo unificado.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-blue-smiley-face-circle_187299-46966.jpg",
},
{ {
title: "Segurança de Dados", title: "Segurança de Dados", description: "Proteção robusta para os ativos estratégicos do seu negócio.", imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-expert-working-with-technology-neon-lights_23-2151645662.jpg"},
description: "Proteção robusta para os ativos estratégicos do seu negócio.",
imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-expert-working-with-technology-neon-lights_23-2151645662.jpg",
},
]} ]}
title="Por que a ZYNOR é diferente?" title="Por que a ZYNOR é diferente?"
description="Abandonamos as consultorias teóricas para oferecer execução pura e sistemas operacionais de ponta." description="Abandonamos as consultorias teóricas para oferecer execução pura e sistemas operacionais de ponta."
@@ -153,41 +109,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Core Dashboard", price: "Sob consulta", imageSrc: "http://img.b2bpic.net/free-photo/sales-graph-tablet-screen_1262-3819.jpg"},
name: "Core Dashboard",
price: "Sob consulta",
imageSrc: "http://img.b2bpic.net/free-photo/sales-graph-tablet-screen_1262-3819.jpg",
},
{ {
id: "p2", id: "p2", name: "Automation Suite", price: "Sob consulta", imageSrc: "http://img.b2bpic.net/free-photo/control-table-spacecraft-from-inside_23-2151828186.jpg"},
name: "Automation Suite",
price: "Sob consulta",
imageSrc: "http://img.b2bpic.net/free-photo/control-table-spacecraft-from-inside_23-2151828186.jpg",
},
{ {
id: "p3", id: "p3", name: "Inventory Flow", price: "Sob consulta", imageSrc: "http://img.b2bpic.net/free-photo/car-navigation-screen-dashboard-display-digital-auto-panel_169016-68647.jpg"},
name: "Inventory Flow",
price: "Sob consulta",
imageSrc: "http://img.b2bpic.net/free-photo/car-navigation-screen-dashboard-display-digital-auto-panel_169016-68647.jpg",
},
{ {
id: "p4", id: "p4", name: "Sales Optimizer", price: "Sob consulta", imageSrc: "http://img.b2bpic.net/free-photo/business-graphs-figures-laptop-left-open-desk-empty-office_482257-84546.jpg"},
name: "Sales Optimizer",
price: "Sob consulta",
imageSrc: "http://img.b2bpic.net/free-photo/business-graphs-figures-laptop-left-open-desk-empty-office_482257-84546.jpg",
},
{ {
id: "p5", id: "p5", name: "Report Engine", price: "Sob consulta", imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg"},
name: "Report Engine",
price: "Sob consulta",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg",
},
{ {
id: "p6", id: "p6", name: "Growth Monitor", price: "Sob consulta", imageSrc: "http://img.b2bpic.net/free-photo/determined-ceo-works-office-analyzing-infographics-setting-business-goals_482257-123120.jpg"},
name: "Growth Monitor",
price: "Sob consulta",
imageSrc: "http://img.b2bpic.net/free-photo/determined-ceo-works-office-analyzing-infographics-setting-business-goals_482257-123120.jpg",
},
]} ]}
title="Nossas Soluções" title="Nossas Soluções"
description="Tecnologia de ponta para controlar o seu negócio." description="Tecnologia de ponta para controlar o seu negócio."
@@ -202,20 +134,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "40%", description: "Aumento em eficiência"},
value: "40%",
description: "Aumento em eficiência",
},
{ {
id: "m2", id: "m2", value: "150+", description: "Implementações realizadas"},
value: "150+",
description: "Implementações realizadas",
},
{ {
id: "m3", id: "m3", value: "24/7", description: "Monitoramento de operações"},
value: "24/7",
description: "Monitoramento de operações",
},
]} ]}
title="Impacto real" title="Impacto real"
description="Números que provam o nosso compromisso com a execução." description="Números que provam o nosso compromisso com a execução."
@@ -229,59 +152,28 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "João Santos", role: "CEO", company: "TechRetail", rating: 5,
name: "João Santos", imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg"},
role: "CEO",
company: "TechRetail",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg",
},
{ {
id: "2", id: "2", name: "Maria Costa", role: "Diretora Ops", company: "EcommerceFlow", rating: 5,
name: "Maria Costa", imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202433.jpg"},
role: "Diretora Ops",
company: "EcommerceFlow",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202433.jpg",
},
{ {
id: "3", id: "3", name: "Pedro Lima", role: "Consultor", company: "ServicePro", rating: 5,
name: "Pedro Lima", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg"},
role: "Consultor",
company: "ServicePro",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg",
},
{ {
id: "4", id: "4", name: "Ana Silva", role: "Líder", company: "GrowthSystems", rating: 5,
name: "Ana Silva", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-taking-notes-while-having-meeting-with-colleagues-office_637285-1026.jpg"},
role: "Líder",
company: "GrowthSystems",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-taking-notes-while-having-meeting-with-colleagues-office_637285-1026.jpg",
},
{ {
id: "5", id: "5", name: "Carlos Nunes", role: "Dono", company: "GlobalTrade", rating: 5,
name: "Carlos Nunes", imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg"},
role: "Dono",
company: "GlobalTrade",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg",
},
]} ]}
kpiItems={[ kpiItems={[
{ {
value: "98%", value: "98%", label: "Satisfação"},
label: "Satisfação",
},
{ {
value: "120+", value: "120+", label: "Projetos"},
label: "Projetos",
},
{ {
value: "2x", value: "2x", label: "Crescimento"},
label: "Crescimento",
},
]} ]}
title="O que dizem os nossos parceiros" title="O que dizem os nossos parceiros"
description="Mais do que estratégia, entregamos resultados tangíveis." description="Mais do que estratégia, entregamos resultados tangíveis."
@@ -294,20 +186,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "Como a ZYNOR difere das consultorias tradicionais?", content: "Nós não entregamos relatórios, entregamos a execução dos processos e o software."},
title: "Como a ZYNOR difere das consultorias tradicionais?",
content: "Nós não entregamos relatórios, entregamos a execução dos processos e o software.",
},
{ {
id: "f2", id: "f2", title: "Qual o perfil de empresas atendidas?", content: "Empresas com 20 a 200 funcionários em retail, ecommerce e serviços."},
title: "Qual o perfil de empresas atendidas?",
content: "Empresas com 20 a 200 funcionários em retail, ecommerce e serviços.",
},
{ {
id: "f3", id: "f3", title: "Quanto tempo demora uma implementação?", content: "Típicamente 3 meses para ver resultados completos nas operações core."},
title: "Quanto tempo demora uma implementação?",
content: "Típicamente 3 meses para ver resultados completos nas operações core.",
},
]} ]}
title="Dúvidas Frequentes" title="Dúvidas Frequentes"
description="Estamos prontos para explicar como a ZYNOR funciona." description="Estamos prontos para explicar como a ZYNOR funciona."
@@ -319,16 +202,13 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Agende agora" tag="Agende agora"
title="Pronto para escalar sua operação?" title="Pronto para escalar sua operação?"
description="Converse com nossos especialistas e comece a ver os resultados hoje." description="Converse com nossos especialistas e comece a ver os resultados hoje."
buttons={[ buttons={[
{ {
text: "Agendar Reunião", text: "Agendar Reunião", href: "#"},
href: "#",
},
]} ]}
/> />
</div> </div>
@@ -338,29 +218,19 @@ export default function LandingPage() {
logoText="ZYNOR" logoText="ZYNOR"
columns={[ columns={[
{ {
title: "Produto", title: "Produto", items: [
items: [
{ {
label: "Funcionalidades", label: "Funcionalidades", href: "#features"},
href: "#features",
},
{ {
label: "Planos", label: "Planos", href: "#pricing"},
href: "#pricing",
},
], ],
}, },
{ {
title: "Empresa", title: "Empresa", items: [
items: [
{ {
label: "Sobre", label: "Sobre", href: "#about"},
href: "#about",
},
{ {
label: "Contato", label: "Contato", href: "#contact"},
href: "#contact",
},
], ],
}, },
]} ]}