From 8483f3fb7ba9b69d1df12eb190f5dd7c4dc8301c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 11:38:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 215 +++++++++++------------------------------------ 1 file changed, 48 insertions(+), 167 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d71d5b2..966648b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -57,33 +49,21 @@ export default function LandingPage() { description="Tu socio de seguros de confianza. 26 años de enfoque, profesionalismo y cercanía para proteger tu futuro." buttons={[ { - text: "Asegurate Hoy", - href: "#contact", - }, + text: "Asegurate Hoy", href: "#contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1604.jpg" showBlur={true} avatars={[ { - src: "http://img.b2bpic.net/free-photo/young-cheerful-man-classic-black-suit-white-shirt-with-wireless-earphones-happily-lookingin-camera-with-laptop-hands-while-spending-time-outdoor_574295-5776.jpg", - alt: "Client 1", - }, + src: "http://img.b2bpic.net/free-photo/young-cheerful-man-classic-black-suit-white-shirt-with-wireless-earphones-happily-lookingin-camera-with-laptop-hands-while-spending-time-outdoor_574295-5776.jpg", alt: "Client 1"}, { - src: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg", - alt: "Client 2", - }, + src: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg", alt: "Client 2"}, { - src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1625.jpg", - alt: "Client 3", - }, + src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1625.jpg", alt: "Client 3"}, { - src: "http://img.b2bpic.net/free-photo/confident-young-man-shirt-tie-adjusting-his-necktie_93675-135586.jpg", - alt: "Client 4", - }, + src: "http://img.b2bpic.net/free-photo/confident-young-man-shirt-tie-adjusting-his-necktie_93675-135586.jpg", alt: "Client 4"}, { - src: "http://img.b2bpic.net/free-photo/bearded-man-cafe-with-laptop-coffee_171337-18124.jpg", - alt: "Client 5", - }, + src: "http://img.b2bpic.net/free-photo/bearded-man-cafe-with-laptop-coffee_171337-18124.jpg", alt: "Client 5"}, ]} avatarText="Más de 500 familias protegidas" /> @@ -94,14 +74,9 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Conoce a Gabriel Civitillo", - }, + type: "text", content: "Conoce a Gabriel Civitillo"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/colleagues-discussing-their-work-laptop_53876-105333.jpg", - alt: "Gabriel Civitillo", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/colleagues-discussing-their-work-laptop_53876-105333.jpg", alt: "Gabriel Civitillo"}, ]} /> @@ -113,34 +88,16 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "v1", - label: "01", - title: "Experiencia", - items: [ - "Asesoría personalizada", - "Protección completa", - "Atención 24/7", - ], + id: "v1", label: "01", title: "Experiencia", items: [ + "Asesoría personalizada", "Protección completa", "Atención 24/7"], }, { - id: "v2", - label: "02", - title: "Confianza", - items: [ - "Respaldo sólido", - "Transparencia total", - "Soluciones rápidas", - ], + id: "v2", label: "02", title: "Confianza", items: [ + "Respaldo sólido", "Transparencia total", "Soluciones rápidas"], }, { - id: "v3", - label: "03", - title: "Accesibilidad", - items: [ - "Siempre presentes", - "Canales directos", - "Gestión simplificada", - ], + id: "v3", label: "03", title: "Accesibilidad", items: [ + "Siempre presentes", "Canales directos", "Gestión simplificada"], }, ]} title="Conoce a Tu Experto" @@ -150,38 +107,21 @@ export default function LandingPage() {
@@ -266,20 +174,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "¿Cómo empiezo?", - content: "Agenda una llamada gratuita con nosotros.", - }, + id: "f1", title: "¿Cómo empiezo?", content: "Agenda una llamada gratuita con nosotros."}, { - id: "f2", - title: "¿Tienen cobertura nacional?", - content: "Sí, operamos en todo el país.", - }, + id: "f2", title: "¿Tienen cobertura nacional?", content: "Sí, operamos en todo el país."}, { - id: "f3", - title: "¿Puedo cambiar mi plan?", - content: "Sí, nuestros planes son flexibles.", - }, + id: "f3", title: "¿Puedo cambiar mi plan?", content: "Sí, nuestros planes son flexibles."}, ]} title="Preguntas Frecuentes" description="Resolvemos tus dudas principales." @@ -294,16 +193,10 @@ export default function LandingPage() { description="Estamos listos para asesorarte hoy mismo." inputs={[ { - name: "name", - type: "text", - placeholder: "Nombre", - required: true, + name: "name", type: "text", placeholder: "Nombre", required: true, }, { - name: "email", - type: "email", - placeholder: "Email", - required: true, + name: "email", type: "email", placeholder: "Email", required: true, }, ]} buttonText="Enviar Mensaje" @@ -316,33 +209,21 @@ export default function LandingPage() { logoText="Gabriel Te Asegura" columns={[ { - title: "Navegación", - items: [ + title: "Navegación", items: [ { - label: "Inicio", - href: "#hero", - }, + label: "Inicio", href: "#hero"}, { - label: "Servicios", - href: "#services", - }, + label: "Servicios", href: "#services"}, { - label: "Contacto", - href: "#contact", - }, + label: "Contacto", href: "#contact"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacidad", - href: "#", - }, + label: "Privacidad", href: "#"}, { - label: "Términos", - href: "#", - }, + label: "Términos", href: "#"}, ], }, ]} -- 2.49.1