Merge version_1 into main #1
@@ -47,9 +47,7 @@ export default function ContactPage() {
|
||||
brandName="Los Tordos"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Llamar Ahora",
|
||||
href: "tel:+542614320000",
|
||||
}}
|
||||
text: "Llamar Ahora", href: "tel:+542614320000"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -60,7 +58,7 @@ export default function ContactPage() {
|
||||
tagAnimation="slide-up"
|
||||
title="¿Tenés preguntas?"
|
||||
description="Envíanos un mensaje y nos pondremos en contacto pronto. Estamos aquí para ayudarte con información sobre membresías, programas deportivos, eventos o cualquier otra consulta."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Tu correo electrónico"
|
||||
buttonText="Enviar"
|
||||
@@ -95,24 +93,16 @@ export default function ContactPage() {
|
||||
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>
|
||||
|
||||
@@ -52,9 +52,7 @@ export default function HockeyPage() {
|
||||
brandName="Los Tordos"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Llamar Ahora",
|
||||
href: "tel:+542614320000",
|
||||
}}
|
||||
text: "Llamar Ahora", href: "tel:+542614320000"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -71,24 +69,16 @@ export default function HockeyPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Users,
|
||||
title: "Hockey Femenino",
|
||||
description: "Categorías desde U8 hasta senior femenino. Equipos competitivos que representan al club en torneos provinciales y nacionales.",
|
||||
},
|
||||
title: "Hockey Femenino", description: "Categorías desde U8 hasta senior femenino. Equipos competitivos que representan al club en torneos provinciales y nacionales."},
|
||||
{
|
||||
icon: Target,
|
||||
title: "Hockey Masculino",
|
||||
description: "Formación integral para jugadores de todas las edades. Participación activa en competiciones regionales de alto nivel.",
|
||||
},
|
||||
title: "Hockey Masculino", description: "Formación integral para jugadores de todas las edades. Participación activa en competiciones regionales de alto nivel."},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Coaching Especializado",
|
||||
description: "Entrenadores certificados con experiencia internacional. Técnicas modernas de entrenamiento y preparación física.",
|
||||
},
|
||||
title: "Coaching Especializado", description: "Entrenadores certificados con experiencia internacional. Técnicas modernas de entrenamiento y preparación física."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Ambiente Inclusivo",
|
||||
description: "Hockey para todos: desde recreativo hasta competitivo. Comunidad que valora el desarrollo integral de sus jugadores.",
|
||||
},
|
||||
title: "Ambiente Inclusivo", description: "Hockey para todos: desde recreativo hasta competitivo. Comunidad que valora el desarrollo integral de sus jugadores."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -119,7 +109,7 @@ export default function HockeyPage() {
|
||||
tagAnimation="slide-up"
|
||||
title="¿Querés jugar hockey en Los Tordos?"
|
||||
description="Contacta con nuestro equipo para información sobre pruebas, categorías disponibles y programas de entrenamiento."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Tu correo electrónico"
|
||||
buttonText="Enviar"
|
||||
@@ -135,24 +125,16 @@ export default function HockeyPage() {
|
||||
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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
136
src/app/page.tsx
136
src/app/page.tsx
@@ -30,6 +30,8 @@ import {
|
||||
Phone,
|
||||
Mail,
|
||||
Zap,
|
||||
Wine,
|
||||
Smile,
|
||||
} from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
@@ -62,9 +64,7 @@ export default function HomePage() {
|
||||
brandName="Los Tordos"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Llamar Ahora",
|
||||
href: "tel:+542614320000",
|
||||
}}
|
||||
text: "Llamar Ahora", href: "tel:+542614320000"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -80,38 +80,20 @@ export default function HomePage() {
|
||||
{ text: "Solicitar Información", href: "/contacto" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athletic-girl-trying-catch-rugby-ball_23-2148355430.jpg",
|
||||
imageAlt: "Campo de rugby Los Tordos",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/athletic-girl-trying-catch-rugby-ball_23-2148355430.jpg", imageAlt: "Campo de rugby Los Tordos"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/american-football-american-football-player-professional-sport-stadium_654080-327.jpg",
|
||||
imageAlt: "Jugadores en acción",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/american-football-american-football-player-professional-sport-stadium_654080-327.jpg", imageAlt: "Jugadores en acción"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hockey-players_654080-1496.jpg",
|
||||
imageAlt: "Equipo de hockey",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/hockey-players_654080-1496.jpg", imageAlt: "Equipo de hockey"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-museum-football-stadium_1127-3046.jpg",
|
||||
imageAlt: "Vista aérea instalaciones",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-museum-football-stadium_1127-3046.jpg", imageAlt: "Vista aérea instalaciones"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-group-friends-summer-shoot_53876-47015.jpg",
|
||||
imageAlt: "Evento comunitario",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/diverse-group-friends-summer-shoot_53876-47015.jpg", imageAlt: "Evento comunitario"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg",
|
||||
imageAlt: "Cantina restaurante",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-table-with-elegant-setting-restaurant-evening_181624-24647.jpg", imageAlt: "Cantina restaurante"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={5000}
|
||||
@@ -130,46 +112,22 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Carlos Rodríguez",
|
||||
role: "Padre de jugador de rugby",
|
||||
testimonial: "Uno de los mejores clubes de rugby y hockey de Argentina. La profesionalidad y dedicación del equipo es increíble.",
|
||||
icon: Star,
|
||||
id: "1", name: "Carlos Rodríguez", role: "Padre de jugador de rugby", testimonial: "Uno de los mejores clubes de rugby y hockey de Argentina. La profesionalidad y dedicación del equipo es increíble.", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "María González",
|
||||
role: "Miembro activo",
|
||||
testimonial: "Excelentes instalaciones, ambiente muy familiar y comunidad que realmente se preocupa por los jóvenes.",
|
||||
icon: Heart,
|
||||
id: "2", name: "María González", role: "Miembro activo", testimonial: "Excelentes instalaciones, ambiente muy familiar y comunidad que realmente se preocupa por los jóvenes.", icon: Heart,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jorge Martínez",
|
||||
role: "Padre de jugadora de hockey",
|
||||
testimonial: "El club ofrece programas de hockey de altísima calidad. Las niñas disfrutan enormemente y aprenden valores fundamentales.",
|
||||
icon: Trophy,
|
||||
id: "3", name: "Jorge Martínez", role: "Padre de jugadora de hockey", testimonial: "El club ofrece programas de hockey de altísima calidad. Las niñas disfrutan enormemente y aprenden valores fundamentales.", icon: Trophy,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ana Lucía López",
|
||||
role: "Cliente de eventos",
|
||||
testimonial: "Realizamos un evento corporativo en el salón y fue perfecto. Atención excepcional y ubicación inmejorable.",
|
||||
icon: Award,
|
||||
id: "4", name: "Ana Lucía López", role: "Cliente de eventos", testimonial: "Realizamos un evento corporativo en el salón y fue perfecto. Atención excepcional y ubicación inmejorable.", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Roberto Díaz",
|
||||
role: "Socio del club",
|
||||
testimonial: "La renovación de la cantina es espectacular. Ahora es el lugar perfecto para compartir después de los entrenamientos.",
|
||||
icon: Zap,
|
||||
id: "5", name: "Roberto Díaz", role: "Socio del club", testimonial: "La renovación de la cantina es espectacular. Ahora es el lugar perfecto para compartir después de los entrenamientos.", icon: Zap,
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Gabriela Fernández",
|
||||
role: "Instructora de deportes",
|
||||
testimonial: "Trabajo en Los Tordos y puedo confirmar que es un club que invierte en sus jugadores y en la comunidad local.",
|
||||
icon: Zap,
|
||||
id: "6", name: "Gabriela Fernández", role: "Instructora de deportes", testimonial: "Trabajo en Los Tordos y puedo confirmar que es un club que invierte en sus jugadores y en la comunidad local.", icon: Zap,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -188,24 +146,16 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Rugby Competitivo",
|
||||
description: "Divisiones juveniles y senior con entrenadores certificados. Participamos en campeonatos provinciales y nacionales manteniendo la tradición de excelencia.",
|
||||
},
|
||||
title: "Rugby Competitivo", description: "Divisiones juveniles y senior con entrenadores certificados. Participamos en campeonatos provinciales y nacionales manteniendo la tradición de excelencia."},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Hockey Dinámico",
|
||||
description: "Programas para mujeres y hombres con enfoque en formación y competencia. Ambiente comunitario que combina técnica profesional con diversión.",
|
||||
},
|
||||
title: "Hockey Dinámico", description: "Programas para mujeres y hombres con enfoque en formación y competencia. Ambiente comunitario que combina técnica profesional con diversión."},
|
||||
{
|
||||
icon: Target,
|
||||
title: "Formación Integral",
|
||||
description: "Desarrollo físico y mental de nuestros jugadores. Valoramos el espíritu de equipo, la disciplina y los principios del deporte.",
|
||||
},
|
||||
title: "Formación Integral", description: "Desarrollo físico y mental de nuestros jugadores. Valoramos el espíritu de equipo, la disciplina y los principios del deporte."},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Trayectoria Ganadora",
|
||||
description: "Más de 70 años de tradición en Mendoza. Hemos formado a jugadores que compiten a nivel profesional en Argentina.",
|
||||
},
|
||||
title: "Trayectoria Ganadora", description: "Más de 70 años de tradición en Mendoza. Hemos formado a jugadores que compiten a nivel profesional en Argentina."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -215,10 +165,7 @@ export default function HomePage() {
|
||||
heading={[
|
||||
{ type: "text", content: "Instalaciones de Clase" },
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/various-badges-labels_1284-43195.jpg",
|
||||
alt: "Instalaciones premium",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/various-badges-labels_1284-43195.jpg", alt: "Instalaciones premium"},
|
||||
{ type: "text", content: "Mundial" },
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
@@ -253,7 +200,7 @@ export default function HomePage() {
|
||||
title="Cantina & Restaurante Renovado"
|
||||
description="Espacio ideal para disfrutar después de entrenamientos, eventos sociales y encuentros familiares"
|
||||
tag="Gastronomía"
|
||||
tagIcon={Utensils}
|
||||
tagIcon={Wine}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -261,26 +208,11 @@ export default function HomePage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Bebidas Variadas",
|
||||
price: "Desde $50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-mix-alcoholic-drinks-with-copy-space_23-2148673765.jpg",
|
||||
imageAlt: "Selección de bebidas",
|
||||
},
|
||||
id: "1", name: "Bebidas Variadas", price: "Desde $50", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-mix-alcoholic-drinks-with-copy-space_23-2148673765.jpg", imageAlt: "Selección de bebidas"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Comidas Rápidas",
|
||||
price: "Desde $150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fast-food-mix-hamburger-doner-sandwich-chicken-nuggets-rice-vegetable-salad-chicken-sticks-caesar-salad-mushrooms-pizza-chicken-ragout-french-fries-mayo_141793-3997.jpg",
|
||||
imageAlt: "Menú de comidas rápidas",
|
||||
},
|
||||
id: "2", name: "Comidas Rápidas", price: "Desde $150", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fast-food-mix-hamburger-doner-sandwich-chicken-nuggets-rice-vegetable-salad-chicken-sticks-caesar-salad-mushrooms-pizza-chicken-ragout-french-fries-mayo_141793-3997.jpg", imageAlt: "Menú de comidas rápidas"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Platos Especiales",
|
||||
price: "Desde $200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-leg-served-apricot-with-white-thai-rice_140725-1555.jpg",
|
||||
imageAlt: "Platos especiales",
|
||||
},
|
||||
id: "3", name: "Platos Especiales", price: "Desde $200", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-leg-served-apricot-with-white-thai-rice_140725-1555.jpg", imageAlt: "Platos especiales"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -292,7 +224,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
title="¿Querés ser parte del club?"
|
||||
description="Consulta por membresías, programas de rugby y hockey para jóvenes, alquiler del salón o reservaciones en la cantina."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Tu correo electrónico"
|
||||
buttonText="Enviar"
|
||||
@@ -308,24 +240,16 @@ export default function HomePage() {
|
||||
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>
|
||||
|
||||
@@ -52,9 +52,7 @@ export default function RugbyPage() {
|
||||
brandName="Los Tordos"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Llamar Ahora",
|
||||
href: "tel:+542614320000",
|
||||
}}
|
||||
text: "Llamar Ahora", href: "tel:+542614320000"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -71,24 +69,16 @@ export default function RugbyPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Users,
|
||||
title: "Categorías Juveniles",
|
||||
description: "M8, M10, M12, M14, M16 y M18 con entrenamiento progresivo y participación en torneo provinciales y nacionales.",
|
||||
},
|
||||
title: "Categorías Juveniles", description: "M8, M10, M12, M14, M16 y M18 con entrenamiento progresivo y participación en torneo provinciales y nacionales."},
|
||||
{
|
||||
icon: Target,
|
||||
title: "Rugby Senior",
|
||||
description: "Equipos competitivos en primera, segunda división y equipo de veteranos. Acceso a competencias de alto rendimiento.",
|
||||
},
|
||||
title: "Rugby Senior", description: "Equipos competitivos en primera, segunda división y equipo de veteranos. Acceso a competencias de alto rendimiento."},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Entrenamiento Profesional",
|
||||
description: "Staff técnico experimentado con formación internacional. Métodos modernos de preparación física y táctica.",
|
||||
},
|
||||
title: "Entrenamiento Profesional", description: "Staff técnico experimentado con formación internacional. Métodos modernos de preparación física y táctica."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Valores y Comunidad",
|
||||
description: "Rugby como herramienta de formación integral: disciplina, liderazgo, trabajo en equipo y compromiso social.",
|
||||
},
|
||||
title: "Valores y Comunidad", description: "Rugby como herramienta de formación integral: disciplina, liderazgo, trabajo en equipo y compromiso social."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -119,7 +109,7 @@ export default function RugbyPage() {
|
||||
tagAnimation="slide-up"
|
||||
title="¿Querés jugar en Los Tordos?"
|
||||
description="Contáctanos para información sobre pruebas, categorías disponibles y programas de formación en rugby."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Tu correo electrónico"
|
||||
buttonText="Enviar"
|
||||
@@ -135,24 +125,16 @@ export default function RugbyPage() {
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user