From e5bc90b068f998d23bee8e03e6253bbaa0638cef Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 14:21:53 +0000 Subject: [PATCH] Update src/app/servicios/page.tsx --- src/app/servicios/page.tsx | 107 ++++++++++--------------------------- 1 file changed, 29 insertions(+), 78 deletions(-) diff --git a/src/app/servicios/page.tsx b/src/app/servicios/page.tsx index 7ffb2af..4aa5fb4 100644 --- a/src/app/servicios/page.tsx +++ b/src/app/servicios/page.tsx @@ -35,9 +35,7 @@ export default function ServicesPage() { @@ -53,26 +51,14 @@ export default function ServicesPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Cerramientos de Aluminio", - tags: ["Moderno", "Duradero", "Personalizable"], - imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020295.jpg?_wi=2", - imageAlt: "Cerramientos de aluminio premium", - }, + id: "1", title: "Cerramientos de Aluminio", tags: ["Moderno", "Duradero", "Personalizable"], + imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020295.jpg", imageAlt: "Cerramientos de aluminio premium"}, { - id: "2", - title: "Ventanas de Aluminio", - tags: ["Aislante Térmico", "Elegante", "Silencioso"], - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-daughter-is-engaged-gymnastics_1157-31635.jpg?_wi=2", - imageAlt: "Ventanas de aluminio de alta calidad", - }, + id: "2", title: "Ventanas de Aluminio", tags: ["Aislante Térmico", "Elegante", "Silencioso"], + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-daughter-is-engaged-gymnastics_1157-31635.jpg", imageAlt: "Ventanas de aluminio de alta calidad"}, { - id: "3", - title: "Rejas de Seguridad", - tags: ["Protección", "Diseño Moderno", "Resistente"], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-leaning-container_23-2148259421.jpg?_wi=2", - imageAlt: "Rejas de seguridad", - }, + id: "3", title: "Rejas de Seguridad", tags: ["Protección", "Diseño Moderno", "Resistente"], + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-leaning-container_23-2148259421.jpg", imageAlt: "Rejas de seguridad"}, ]} /> @@ -93,11 +79,10 @@ export default function ServicesPage() { title="Cotiza tu proyecto ahora" description="Envíanos los detalles de lo que necesitas y te haremos llegar un presupuesto detallado sin compromiso en 24 horas." background={{ - variant: "grid", - }} + variant: "grid"}} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/portrait-female-artist-outdoors_23-2148014123.jpg?_wi=1" - imageAlt: "Consulta de servicios" + imageSrc="http://img.b2bpic.net/free-photo/portrait-female-artist-outdoors_23-2148014123.jpg" + imageAlt="Consulta de servicios" mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="tu@email.com" @@ -112,83 +97,49 @@ export default function ServicesPage() { logoText="Cerramientos Walter" columns={[ { - title: "Navegación", - items: [ + title: "Navegación", items: [ { - label: "Inicio", - href: "/", - }, + label: "Inicio", href: "/"}, { - label: "Servicios", - href: "/servicios", - }, + label: "Servicios", href: "/servicios"}, { - label: "Trabajos", - href: "projects", - }, + label: "Trabajos", href: "projects"}, { - label: "Nosotros", - href: "about", - }, + label: "Nosotros", href: "about"}, ], }, { - title: "Servicios", - items: [ + title: "Servicios", items: [ { - label: "Cerramientos", - href: "/servicios", - }, + label: "Cerramientos", href: "/servicios"}, { - label: "Ventanas", - href: "/servicios", - }, + label: "Ventanas", href: "/servicios"}, { - label: "Rejas", - href: "/servicios", - }, + label: "Rejas", href: "/servicios"}, { - label: "Mosquiteros", - href: "/servicios", - }, + label: "Mosquiteros", href: "/servicios"}, ], }, { - title: "Contacto", - items: [ + title: "Contacto", items: [ { - label: "Teléfono: 011 3949-3469", - href: "tel:+541139493469", - }, + label: "Teléfono: 011 3949-3469", href: "tel:+541139493469"}, { - label: "WhatsApp", - href: "https://wa.me/541139493469", - }, + label: "WhatsApp", href: "https://wa.me/541139493469"}, { - label: "Av. Juan B. Justo 6612, CABA", - href: "#", - }, + label: "Av. Juan B. Justo 6612, CABA", href: "#"}, { - label: "Lunes a Viernes 9-17hs", - href: "#", - }, + label: "Lunes a Viernes 9-17hs", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Política de Privacidad", - href: "#", - }, + label: "Política de Privacidad", href: "#"}, { - label: "Términos de Servicio", - href: "#", - }, + label: "Términos de Servicio", href: "#"}, { - label: "Garantía", - href: "#", - }, + label: "Garantía", href: "#"}, ], }, ]} -- 2.49.1