From b3fa19eb73a16ec4a5ff99936cd18afae3286c7c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 21:42:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 210 +++++++++-------------------------------------- 1 file changed, 38 insertions(+), 172 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d1a719c..268c38b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,11 @@ export default function LandingPage() { @@ -242,21 +148,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "CCU", - "Falabella", - "Kunstmann", - "Mane", - "Pisquera de Chile", - "Santander", - "Agroplanet", - "Promet", - "Derco", - "Mapfre", - "Coopeuch", - "Autoplanet", + "CCU", "Falabella", "Kunstmann", "Mane", "Pisquera de Chile", "Santander", + "Agroplanet", "Promet", "Derco", "Mapfre", "Coopeuch", "Autoplanet" ]} title="Empresas líderes confían en nosotros" description="Socios estratégicos que validan nuestro modelo." + buttons={[{ text: "Quiero ser cliente", href: "#contact" }]} /> @@ -265,25 +162,14 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "c1", - title: "Velocidad de respuesta", - content: "Modelo tradicional: Procesos lentos y burocráticos. Grupo RH: Respuesta ágil y directa.", - }, - { - id: "c2", - title: "Personalización", - content: "Modelo tradicional: Soluciones estandarizadas. Grupo RH: Procesos adaptados a tu cultura.", - }, - { - id: "c3", - title: "Gestión", - content: "Modelo tradicional: Gestión masiva impersonal. Grupo RH: Gestión integral con interlocutores expertos.", - }, + { id: "c1", title: "Velocidad de respuesta", content: "Modelo tradicional: Procesos lentos y burocráticos. Grupo RH: Respuesta ágil y directa." }, + { id: "c2", title: "Personalización", content: "Modelo tradicional: Soluciones estandarizadas. Grupo RH: Procesos adaptados a tu cultura." }, + { id: "c3", title: "Gestión", content: "Modelo tradicional: Gestión masiva impersonal. Grupo RH: Gestión integral con interlocutores expertos." }, ]} title="Grupo RH vs. El Modelo Tradicional" description="La diferencia boutique se nota en la ejecución." faqsAnimation="slide-up" + buttons={[{ text: "Empezar ahora", href: "#contact" }]} /> @@ -291,26 +177,12 @@ export default function LandingPage() { @@ -318,17 +190,11 @@ export default function LandingPage() { ); -} +} \ No newline at end of file