From 6cba2cc7f7f938b66825903e7c99c1266f025efb Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 14:23:40 +0000 Subject: [PATCH] Update src/app/servicios/page.tsx --- src/app/servicios/page.tsx | 50 +++++++++++++------------------------- 1 file changed, 17 insertions(+), 33 deletions(-) diff --git a/src/app/servicios/page.tsx b/src/app/servicios/page.tsx index 4aa5fb4..b357f5d 100644 --- a/src/app/servicios/page.tsx +++ b/src/app/servicios/page.tsx @@ -24,7 +24,7 @@ export default function ServicesPage() { borderRadius="pill" contentWidth="medium" sizing="largeSmallSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="glass" @@ -78,8 +78,7 @@ export default function ServicesPage() { tag="Solicita Presupuesto" 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"}} + background={{ variant: "animated-grid" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/portrait-female-artist-outdoors_23-2148014123.jpg" imageAlt="Consulta de servicios" @@ -98,48 +97,33 @@ export default function ServicesPage() { columns={[ { title: "Navegación", items: [ - { - label: "Inicio", href: "/"}, - { - label: "Servicios", href: "/servicios"}, - { - label: "Trabajos", href: "projects"}, - { - label: "Nosotros", href: "about"}, + { label: "Inicio", href: "/" }, + { label: "Servicios", href: "/servicios" }, + { label: "Trabajos", href: "projects" }, + { label: "Nosotros", href: "about" }, ], }, { title: "Servicios", items: [ - { - label: "Cerramientos", href: "/servicios"}, - { - label: "Ventanas", href: "/servicios"}, - { - label: "Rejas", href: "/servicios"}, - { - label: "Mosquiteros", href: "/servicios"}, + { label: "Cerramientos", href: "/servicios" }, + { label: "Ventanas", href: "/servicios" }, + { label: "Rejas", href: "/servicios" }, + { label: "Mosquiteros", href: "/servicios" }, ], }, { title: "Contacto", items: [ - { - label: "Teléfono: 011 3949-3469", href: "tel:+541139493469"}, - { - label: "WhatsApp", href: "https://wa.me/541139493469"}, - { - label: "Av. Juan B. Justo 6612, CABA", href: "#"}, - { - label: "Lunes a Viernes 9-17hs", href: "#"}, + { label: "Teléfono: 011 3949-3469", href: "tel:+541139493469" }, + { label: "WhatsApp", href: "https://wa.me/541139493469" }, + { label: "Av. Juan B. Justo 6612, CABA", href: "#" }, + { label: "Lunes a Viernes 9-17hs", href: "#" }, ], }, { title: "Legal", items: [ - { - label: "Política de Privacidad", href: "#"}, - { - label: "Términos de Servicio", href: "#"}, - { - label: "Garantía", href: "#"}, + { label: "Política de Privacidad", href: "#" }, + { label: "Términos de Servicio", href: "#" }, + { label: "Garantía", href: "#" }, ], }, ]}