From 3ff7499bad0f37edbe00d5eb5362c4d69f81886c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 19:05:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 82 ++++++++++++++++++++++++------------------------ 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 40be10a..35fcd88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,7 +30,7 @@ export default function LandingPage() { @@ -65,19 +65,19 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} showStepNumbers={true} - title="Core Capabilities" - description="Deploy scalable, automated intelligence that adapts to your unique operational requirements." + title="Capacidades Principales" + description="Implemente inteligencia automatizada y escalable que se adapte a sus requisitos operativos únicos." features={[ { - title: "Predictive Analytics", description: "Anticipate market trends before they materialize.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/cool-different-types-buttons_23-2150170585.jpg" }, + title: "Análisis Predictivo", description: "Anticípese a las tendencias del mercado antes de que se materialicen.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/cool-different-types-buttons_23-2150170585.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-low-poly-background-with-dark-connecting-dots-lines_1048-6127.jpg" } }, { - title: "Automated Workflows", description: "Reduce manual friction with intelligent process orchestration.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendered-illustration-human-face-design_460848-8484.jpg" }, + title: "Flujos de Trabajo Automatizados", description: "Reduzca la fricción manual con una orquestación inteligente de procesos.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendered-illustration-human-face-design_460848-8484.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/businessman-studying-infographics-performance-metrics_482257-122632.jpg" } }, { - title: "Real-time Processing", description: "In-memory compute engines for immediate decision making.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/3d-cybernet-techno-design-with-flowing-lines-floating-particles_1048-12152.jpg" }, + title: "Procesamiento en Tiempo Real", description: "Motores de computación en memoria para la toma de decisiones inmediata.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/3d-cybernet-techno-design-with-flowing-lines-floating-particles_1048-12152.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241197.jpg" } } ]} @@ -90,14 +90,14 @@ export default function LandingPage() { textboxLayout="default" gridVariant="bento-grid" useInvertedBackground={false} - title="By The Numbers" - description="Quantifiable value added to global enterprises." + title="En Números" + description="Valor cuantificable añadido a empresas globales." metrics={[ - { id: "m1", value: "99.9%", description: "Model Uptime" }, - { id: "m2", value: "15x", description: "Speed Increase" }, - { id: "m3", value: "500+", description: "Deployments" }, - { id: "m4", value: "24/7", description: "Global Support" }, - { id: "m5", value: "12+", description: "Industry Awards" }, + { id: "m1", value: "99.9%", description: "Tiempo de actividad del modelo" }, + { id: "m2", value: "15x", description: "Aumento de velocidad" }, + { id: "m3", value: "500+", description: "Implementaciones" }, + { id: "m4", value: "24/7", description: "Soporte global" }, + { id: "m5", value: "12+", description: "Premios de la industria" }, ]} /> @@ -105,15 +105,15 @@ export default function LandingPage() {
@@ -144,21 +144,21 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1