From d3b0ce63d6f3959100f03662fc250297d60f1746 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 22:09:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 223 ++++++++--------------------------------------- 1 file changed, 36 insertions(+), 187 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 20a6d7c..495275e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -119,26 +72,12 @@ export default function LandingPage() { @@ -204,26 +117,11 @@ export default function LandingPage() { rating={5} author="CEO de Empresa Líder" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", - alt: "executive portrait professional", - }, - { - src: "http://img.b2bpic.net/free-photo/smiley-colleagues-work-break-time_23-2149308456.jpg", - alt: "executive portrait professional", - }, - { - src: "http://img.b2bpic.net/free-photo/closeup-serious-business-leader-sitting_1262-4831.jpg", - alt: "executive portrait professional", - }, - { - src: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg", - alt: "executive portrait professional", - }, - { - src: "http://img.b2bpic.net/free-photo/cheerful-businesswomen-relaxing-cafe_53876-30774.jpg", - alt: "executive portrait professional", - }, + { src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", alt: "executive portrait professional" }, + { src: "http://img.b2bpic.net/free-photo/smiley-colleagues-work-break-time_23-2149308456.jpg", alt: "executive portrait professional" }, + { src: "http://img.b2bpic.net/free-photo/closeup-serious-business-leader-sitting_1262-4831.jpg", alt: "executive portrait professional" }, + { src: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg", alt: "executive portrait professional" }, + { src: "http://img.b2bpic.net/free-photo/cheerful-businesswomen-relaxing-cafe_53876-30774.jpg", alt: "executive portrait professional" } ]} ratingAnimation="blur-reveal" avatarsAnimation="blur-reveal" @@ -235,21 +133,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { - id: "q1", - title: "¿Cómo garantizan la continuidad operativa?", - content: "Diseñamos implementaciones escalonadas para evitar cualquier interrupción.", - }, - { - id: "q2", - title: "¿Cuál es su metodología de trabajo?", - content: "Un enfoque ágil basado en diagnóstico, diseño e implementación continua.", - }, - { - id: "q3", - title: "¿Qué tipos de empresas asesoran?", - content: "Principalmente PYMEs con necesidades de crecimiento y automatización.", - }, + { id: "q1", title: "¿Cómo garantizan la continuidad operativa?", content: "Diseñamos implementaciones escalonadas para evitar cualquier interrupción." }, + { id: "q2", title: "¿Cuál es su metodología de trabajo?", content: "Un enfoque ágil basado en diagnóstico, diseño e implementación continua." }, + { id: "q3", title: "¿Qué tipos de empresas asesoran?", content: "Principalmente PYMEs con necesidades de crecimiento y automatización." } ]} title="Preguntas frecuentes" description="Despejamos tus dudas sobre nuestro proceso y metodología." @@ -263,23 +149,10 @@ export default function LandingPage() { title="Iniciemos la transformación" description="Tu empresa necesita sistemas que funcionan. Conversemos." inputs={[ - { - name: "nombre", - type: "text", - placeholder: "Nombre completo", - required: true, - }, - { - name: "email", - type: "email", - placeholder: "Email profesional", - required: true, - }, + { name: "nombre", type: "text", placeholder: "Nombre completo", required: true }, + { name: "email", type: "email", placeholder: "Email profesional", required: true } ]} - textarea={{ - name: "mensaje", - placeholder: "Cuéntanos sobre tu desafío actual", - }} + textarea={{ name: "mensaje", placeholder: "Cuéntanos sobre tu desafío actual" }} imageSrc="http://img.b2bpic.net/free-photo/river-modern-buildings_1359-851.jpg" /> @@ -289,32 +162,8 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/aerial-view-streets-office-building-business-district_107420-95727.jpg" logoText="Consultora Navas" columns={[ - { - title: "Navegación", - items: [ - { - label: "Nosotros", - href: "#about", - }, - { - label: "Metodología", - href: "#features", - }, - ], - }, - { - title: "Legal", - items: [ - { - label: "Privacidad", - href: "#", - }, - { - label: "Términos", - href: "#", - }, - ], - }, + { title: "Navegación", items: [{ label: "Nosotros", href: "#about" }, { label: "Metodología", href: "#features" }] }, + { title: "Legal", items: [{ label: "Privacidad", href: "#" }, { label: "Términos", href: "#" }] } ]} /> -- 2.49.1