From 9df099e668df43d84ee3102ef22cde58c6ef4e71 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:44:19 +0000 Subject: [PATCH] Update src/app/instalaciones/page.tsx --- src/app/instalaciones/page.tsx | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/src/app/instalaciones/page.tsx b/src/app/instalaciones/page.tsx index b720048..b159688 100644 --- a/src/app/instalaciones/page.tsx +++ b/src/app/instalaciones/page.tsx @@ -49,9 +49,7 @@ export default function InstalacionesPage() { brandName="Los Tordos" navItems={navItems} button={{ - text: "Llamar Ahora", - href: "tel:+542614320000", - }} + text: "Llamar Ahora", href: "tel:+542614320000"}} /> @@ -60,10 +58,7 @@ export default function InstalacionesPage() { heading={[ { type: "text", content: "Instalaciones Deportivas" }, { - type: "image", - src: "http://img.b2bpic.net/free-vector/various-badges-labels_1284-43195.jpg", - alt: "Instalaciones de clase mundial", - }, + type: "image", src: "http://img.b2bpic.net/free-vector/various-badges-labels_1284-43195.jpg", alt: "Instalaciones de clase mundial"}, { type: "text", content: "de Clase Mundial" }, ]} useInvertedBackground={true} @@ -100,7 +95,7 @@ export default function InstalacionesPage() { tagAnimation="slide-up" title="¿Necesitás nuestras instalaciones?" description="Contacta para consultar disponibilidad de campos deportivos, salón de eventos o para eventos corporativos." - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Tu correo electrónico" buttonText="Enviar" @@ -116,24 +111,16 @@ export default function InstalacionesPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/lostordosrugby", - ariaLabel: "Facebook", - }, + href: "https://facebook.com/lostordosrugby", ariaLabel: "Facebook"}, { icon: Instagram, - href: "https://instagram.com/lostordosrugby", - ariaLabel: "Instagram", - }, + href: "https://instagram.com/lostordosrugby", ariaLabel: "Instagram"}, { icon: Phone, - href: "tel:+542614320000", - ariaLabel: "Llamar", - }, + href: "tel:+542614320000", ariaLabel: "Llamar"}, { icon: Mail, - href: "mailto:info@lostordos.com.ar", - ariaLabel: "Email", - }, + href: "mailto:info@lostordos.com.ar", ariaLabel: "Email"}, ]} />