// HOME — componentes especificos: Hero, Clients, Services, Cases, Stats, CTA banner
function HeroBuildingBg() {
// Skyline silhouette evocativo, formas geométricas — no replica edificio real
return (
);
}
function PillarIcon({ kind }) {
const stroke = "currentColor";
if (kind === "consultoria") {
return (
);
}
if (kind === "infra") {
return (
);
}
if (kind === "software") {
return (
);
}
return null;
}
function HeroSection() {
return (
INFRAESTRUCTURA · SOFTWARE · PERSONAS
Transformamos tecnología
en crecimiento real
Consultoría tecnológica integral para empresas que quieren modernizar
su infraestructura, automatizar procesos y escalar con soluciones
seguras y eficientes.
);
}
function ServiceIcon({ kind }) {
if (kind === "infra") return (
);
if (kind === "software") return (
);
if (kind === "consultoria") return (
);
if (kind === "internacional") return (
);
return null;
}
function ServicesSection() {
const items = [
{ kind: "software", title: "Software a medida", text: "Software Factory propia: aplicaciones, plataformas y SaaS construidos con stack moderno y entregas rápidas.", href: "servicios.html#software" },
{ kind: "consultoria", title: "Automatización + IA", text: "Automatizamos procesos manuales y aplicamos IA donde sí mueve la aguja: atención, datos y back-office.", href: "servicios.html#ia" },
{ kind: "infra", title: "Equipos y redes", text: "Suministro, alquiler y mantenimiento de equipos informáticos. Redes, soporte técnico y on-site en Valencia.", href: "servicios.html#equipos" },
{ kind: "internacional", title: "Integraciones", text: "Conectamos tus sistemas legados con plataformas modernas. APIs, ERPs y flujos de datos que funcionan.", href: "servicios.html#integraciones" },
];
return (
NUESTRO ENFOQUE
Tecnología con propósito
Combinamos experiencia en infraestructura, desarrollo de software y
visión estratégica para ofrecer soluciones que generan impacto medible
en tu negocio.
);
}
function CasesSection() {
const cases = [
{
kicker: "LOGÍSTICA Y DISTRIBUCIÓN",
title: "Plataforma de gestión end-to-end para DeliveryForYou",
text: "Centralizamos pedidos, flotas y facturación en una plataforma propia con visibilidad en tiempo real y conexión a sus sistemas existentes.",
},
{
kicker: "INDUSTRIA",
title: "Digitalización productiva en AZA Aceros",
text: "Integración del ERP con sensores de planta y dashboards operativos. Reducción del 35% en tiempo de reporting manual.",
},
{
kicker: "SALUD",
title: "Historia clínica digital — Venezia Clinic",
text: "Plataforma clínica a medida, citación online, pagos y panel médico. Cumplimiento RGPD desde el diseño.",
},
];
const [idx, setIdx] = React.useState(0);
const c = cases[idx];
return (
CASOS DE ÉXITO
Soluciones que generan resultados
Cada proyecto es una historia de transformación medible. Estos son
algunos de los retos que hemos resuelto con nuestros clientes.