Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
223
src/app/page.tsx
223
src/app/page.tsx
@@ -31,27 +31,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Productos",
|
||||
id: "products",
|
||||
},
|
||||
name: "Productos", id: "products"},
|
||||
{
|
||||
name: "Funcionalidades",
|
||||
id: "features",
|
||||
},
|
||||
name: "Funcionalidades", id: "features"},
|
||||
{
|
||||
name: "Proceso",
|
||||
id: "process",
|
||||
},
|
||||
name: "Proceso", id: "process"},
|
||||
{
|
||||
name: "Contacto",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contacto", id: "contact"},
|
||||
]}
|
||||
brandName="ZYRA"
|
||||
button={{
|
||||
text: "Solicitar demo",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Solicitar demo", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -61,36 +51,22 @@ export default function LandingPage() {
|
||||
description="ZYRA crea sistemas TPV, ERP y herramientas inteligentes para que pequeños negocios gestionen ventas, stock, empleados y operaciones desde una sola plataforma."
|
||||
buttons={[
|
||||
{
|
||||
text: "Solicitar demo",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Solicitar demo", href: "#contact"},
|
||||
{
|
||||
text: "Ver productos",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Ver productos", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-high-end-workspace-with-advanced-tech-tools-enhancing-productivity_482257-119752.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/multicultural-team-women-leaders-hold-online-conference-call_482257-123708.jpg",
|
||||
alt: "Multicultural team of women leaders hold an online conference call",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/multicultural-team-women-leaders-hold-online-conference-call_482257-123708.jpg", alt: "Multicultural team of women leaders hold an online conference call"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-studying-infographics-performance-metrics_482257-122632.jpg",
|
||||
alt: "Businessman studying infographics and performance metrics",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-studying-infographics-performance-metrics_482257-122632.jpg", alt: "Businessman studying infographics and performance metrics"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg",
|
||||
alt: "Luxurious boardroom space within a multinational company used for meetings",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", alt: "Luxurious boardroom space within a multinational company used for meetings"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/manager-watches-tablet-with-greenscreen_482257-76577.jpg",
|
||||
alt: "Manager watches tablet with greenscreen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/manager-watches-tablet-with-greenscreen_482257-76577.jpg", alt: "Manager watches tablet with greenscreen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-cheerful-man-working-digital-tablet_329181-15319.jpg",
|
||||
alt: "Handsome and cheerful man working on digital tablet",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-cheerful-man-working-digital-tablet_329181-15319.jpg", alt: "Handsome and cheerful man working on digital tablet"},
|
||||
]}
|
||||
avatarText="Más de 100 negocios ya confían en ZYRA"
|
||||
/>
|
||||
@@ -104,26 +80,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "ZYRA",
|
||||
name: "Zyra POS",
|
||||
price: "Sistema Integral",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-scholar-transcribing-citations-details-mockup_482257-122471.jpg",
|
||||
},
|
||||
id: "p1", brand: "ZYRA", name: "Zyra POS", price: "Sistema Integral", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/female-scholar-transcribing-citations-details-mockup_482257-122471.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "ZYRA",
|
||||
name: "Zyra OS Scheduler Pro",
|
||||
price: "Gestión Avanzada",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/calendar-planner-organization-management-remind-concept_53876-167126.jpg",
|
||||
},
|
||||
id: "p2", brand: "ZYRA", name: "Zyra OS Scheduler Pro", price: "Gestión Avanzada", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/calendar-planner-organization-management-remind-concept_53876-167126.jpg"},
|
||||
]}
|
||||
title="Nuestras soluciones"
|
||||
description="Sistemas robustos diseñados para la gestión integral de tu negocio."
|
||||
description="Aumenta tu eficiencia operativa con nuestros sistemas de gestión integrados para negocios modernos."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -134,35 +98,17 @@ export default function LandingPage() {
|
||||
description="Operaciones optimizadas con herramientas técnicas precisas."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "TPV rápido",
|
||||
content: "Transacciones instantáneas optimizadas para entornos de alta rotación como cafés y restaurantes.",
|
||||
},
|
||||
id: "f1", title: "TPV rápido", content: "Transacciones instantáneas optimizadas para entornos de alta rotación como cafés y restaurantes."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "ERP en tiempo real",
|
||||
content: "Dashboard centralizado para una visión integral de todas las áreas de negocio.",
|
||||
},
|
||||
id: "f2", title: "ERP en tiempo real", content: "Dashboard centralizado para una visión integral de todas las áreas de negocio."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Control de stock",
|
||||
content: "Monitoreo automatizado de inventarios y control estricto de producción y mermas.",
|
||||
},
|
||||
id: "f3", title: "Control de stock", content: "Monitoreo automatizado de inventarios y control estricto de producción y mermas."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Gestión de empleados",
|
||||
content: "Roles, turnos y rendimiento gestionados con precisión milimétrica.",
|
||||
},
|
||||
id: "f4", title: "Gestión de empleados", content: "Roles, turnos y rendimiento gestionados con precisión milimétrica."},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Cierre de caja",
|
||||
content: "Conciliación automática y reportes de cierre sin errores operativos.",
|
||||
},
|
||||
id: "f5", title: "Cierre de caja", content: "Conciliación automática y reportes de cierre sin errores operativos."},
|
||||
{
|
||||
id: "f6",
|
||||
title: "Automatización operativa",
|
||||
content: "Flujos de trabajo multicanal diseñados para escalabilidad real.",
|
||||
},
|
||||
id: "f6", title: "Automatización operativa", content: "Flujos de trabajo multicanal diseñados para escalabilidad real."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/scissors-icon-front-side-with-white-background_187299-39954.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -176,17 +122,11 @@ export default function LandingPage() {
|
||||
description="Desarrollamos soluciones premium diseñadas para el mercado español, priorizando la fiabilidad técnica y la velocidad operativa por encima de interfaces genéricas."
|
||||
metrics={[
|
||||
{
|
||||
value: "99.9%",
|
||||
title: "Fiabilidad",
|
||||
},
|
||||
value: "99.9%", title: "Fiabilidad"},
|
||||
{
|
||||
value: "15min",
|
||||
title: "Ahorro/día",
|
||||
},
|
||||
value: "15min", title: "Ahorro/día"},
|
||||
{
|
||||
value: "3x",
|
||||
title: "Escalabilidad",
|
||||
},
|
||||
value: "3x", title: "Escalabilidad"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/hotel-infographic_98292-543.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -201,25 +141,13 @@ export default function LandingPage() {
|
||||
description="Un camino estructurado para garantizar el éxito de tu transformación digital."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Diagnóstico",
|
||||
content: "Analizamos las necesidades específicas de tu operativa actual.",
|
||||
},
|
||||
id: "s1", title: "Diagnóstico", content: "Analizamos las necesidades específicas de tu operativa actual."},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Implantación",
|
||||
content: "Instalación y configuración técnica adaptada a tu entorno real.",
|
||||
},
|
||||
id: "s2", title: "Implantación", content: "Instalación y configuración técnica adaptada a tu entorno real."},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Formación",
|
||||
content: "Capacitación intensiva para equipos sobre el uso del sistema.",
|
||||
},
|
||||
id: "s3", title: "Formación", content: "Capacitación intensiva para equipos sobre el uso del sistema."},
|
||||
{
|
||||
id: "s4",
|
||||
title: "Evolución",
|
||||
content: "Soporte continuo y actualizaciones estratégicas del sistema.",
|
||||
},
|
||||
id: "s4", title: "Evolución", content: "Soporte continuo y actualizaciones estratégicas del sistema."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/package-tracking-software-system-follows-parcels-shipped-via-awb-numbers-tracking-empty_482257-136437.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -233,20 +161,11 @@ export default function LandingPage() {
|
||||
tag="Resultados comprobables"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100+",
|
||||
description: "Negocios gestionados",
|
||||
},
|
||||
id: "m1", value: "100+", description: "Negocios gestionados"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24/7",
|
||||
description: "Visibilidad total",
|
||||
},
|
||||
id: "m2", value: "24/7", description: "Visibilidad total"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "0",
|
||||
description: "Errores de cierre",
|
||||
},
|
||||
id: "m3", value: "0", description: "Errores de cierre"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -258,45 +177,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Eficiencia total",
|
||||
quote: "ZYRA transformó nuestra operativa de caja, reduciendo errores a cero.",
|
||||
name: "Elena García",
|
||||
role: "Propietaria",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-designer-sitting-her-workplace-using-pencil-drawing-sketches-looking-pensively-into-distance-trying-use-her-imagination-genius-talented-brunette-woman-working-workshop-alone_273609-888.jpg",
|
||||
},
|
||||
id: "t1", title: "Eficiencia total", quote: "ZYRA transformó nuestra operativa de caja, reduciendo errores a cero.", name: "Elena García", role: "Propietaria", imageSrc: "http://img.b2bpic.net/free-photo/female-designer-sitting-her-workplace-using-pencil-drawing-sketches-looking-pensively-into-distance-trying-use-her-imagination-genius-talented-brunette-woman-working-workshop-alone_273609-888.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Escalabilidad",
|
||||
quote: "Por fin gestionamos nuestras dos sucursales desde una única plataforma.",
|
||||
name: "Javier López",
|
||||
role: "Gerente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-standing-with-arms-crossed-bar_107420-65505.jpg",
|
||||
},
|
||||
id: "t2", title: "Escalabilidad", quote: "Por fin gestionamos nuestras dos sucursales desde una única plataforma.", name: "Javier López", role: "Gerente", imageSrc: "http://img.b2bpic.net/free-photo/man-standing-with-arms-crossed-bar_107420-65505.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Stock bajo control",
|
||||
quote: "La precisión en el inventario ha mejorado nuestros márgenes un 15%.",
|
||||
name: "Carmen Ruiz",
|
||||
role: "Directora",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/project-manager-discussing-deadline-videocall-digital-tablet_482257-79490.jpg",
|
||||
},
|
||||
id: "t3", title: "Stock bajo control", quote: "La precisión en el inventario ha mejorado nuestros márgenes un 15%.", name: "Carmen Ruiz", role: "Directora", imageSrc: "http://img.b2bpic.net/free-photo/project-manager-discussing-deadline-videocall-digital-tablet_482257-79490.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Soporte técnico real",
|
||||
quote: "Más que un software, es un aliado estratégico para nuestro negocio.",
|
||||
name: "Mario Gómez",
|
||||
role: "Fundador",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-chef-with-mask-slicing-fruit_23-2148763139.jpg",
|
||||
},
|
||||
id: "t4", title: "Soporte técnico real", quote: "Más que un software, es un aliado estratégico para nuestro negocio.", name: "Mario Gómez", role: "Fundador", imageSrc: "http://img.b2bpic.net/free-photo/female-chef-with-mask-slicing-fruit_23-2148763139.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Recomendado",
|
||||
quote: "La implementación fue rápida y el equipo de ZYRA es excelente.",
|
||||
name: "Sofía Castro",
|
||||
role: "Gerente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-coffee-cup_23-2149104422.jpg",
|
||||
},
|
||||
id: "t5", title: "Recomendado", quote: "La implementación fue rápida y el equipo de ZYRA es excelente.", name: "Sofía Castro", role: "Gerente", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-coffee-cup_23-2149104422.jpg"},
|
||||
]}
|
||||
title="Lo que dicen nuestros clientes"
|
||||
description="Empresas que confían en la tecnología ZYRA."
|
||||
@@ -307,8 +196,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Contacto"
|
||||
title="Hablemos de tu negocio"
|
||||
description="Solicita una demo personalizada y descubre cómo escalar tu operativa con ZYRA."
|
||||
@@ -320,42 +208,27 @@ export default function LandingPage() {
|
||||
logoText="ZYRA"
|
||||
columns={[
|
||||
{
|
||||
title: "Empresa",
|
||||
items: [
|
||||
title: "Empresa", items: [
|
||||
{
|
||||
label: "Sobre nosotros",
|
||||
href: "#",
|
||||
},
|
||||
label: "Sobre nosotros", href: "#"},
|
||||
{
|
||||
label: "Contacto",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contacto", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Productos",
|
||||
items: [
|
||||
title: "Productos", items: [
|
||||
{
|
||||
label: "Zyra POS",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Zyra POS", href: "#products"},
|
||||
{
|
||||
label: "Zyra OS",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Zyra OS", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Política de Privacidad",
|
||||
href: "#",
|
||||
},
|
||||
label: "Política de Privacidad", href: "#"},
|
||||
{
|
||||
label: "Términos",
|
||||
href: "#",
|
||||
},
|
||||
label: "Términos", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user