Update src/app/servicios/page.tsx

This commit is contained in:
2026-03-06 14:21:53 +00:00
parent af247829a2
commit e5bc90b068

View File

@@ -35,9 +35,7 @@ export default function ServicesPage() {
<NavbarStyleCentered
navItems={navItems}
button={{
text: "Solicitar presupuesto",
href: "contact",
}}
text: "Solicitar presupuesto", href: "contact"}}
brandName="Cerramientos Walter"
/>
</div>
@@ -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"},
]}
/>
</div>
@@ -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: "#"},
],
},
]}