Update src/app/instalaciones/page.tsx

This commit is contained in:
2026-03-03 18:44:19 +00:00
parent cfdc7fd6da
commit 9df099e668

View File

@@ -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"}}
/>
</div>
@@ -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"},
]}
/>
</div>