Update src/app/page.tsx

This commit is contained in:
2026-05-08 14:02:02 +00:00
parent b322d27c83
commit 6671b53f46

View File

@@ -32,25 +32,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Inicio",
id: "#hero",
},
name: "Inicio", id: "#hero"},
{
name: "Nosotros",
id: "#about",
},
name: "Nosotros", id: "#about"},
{
name: "Servicios",
id: "#services",
},
name: "Servicios", id: "#services"},
{
name: "Galería",
id: "#gallery",
},
name: "Galería", id: "#gallery"},
{
name: "Contacto",
id: "#contact",
},
name: "Contacto", id: "#contact"},
]}
brandName="Leona Pádel & Fútbol 7"
/>
@@ -59,21 +49,16 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="La mejor experiencia deportiva en Ciudad Guzmán"
description="Disfruta pádel, fútbol 7, torneos, convivencia y el mejor ambiente deportivo."
buttons={[
{
text: "Reservar cancha",
href: "#contact",
},
text: "Reservar cancha", href: "#contact"},
{
text: "Contáctanos",
href: "#contact",
},
text: "Contáctanos", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/young-man-stretching-night-city_23-2149285656.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpCaucAxMeGTxjlN70Yyvk4HzI/uploaded-1778248908438-5jh8rlv8.jpg"
imageAlt="Canchas de pádel y fútbol 7 de noche"
/>
</div>
@@ -86,19 +71,13 @@ export default function LandingPage() {
description="Somos el centro deportivo líder en Ciudad Guzmán, creando comunidad a través de la competencia sana y el deporte de alto nivel."
bulletPoints={[
{
title: "Canchas de Clase Mundial",
description: "Superficies de alta calidad para un juego superior.",
},
title: "Canchas de Clase Mundial", description: "Superficies de alta calidad para un juego superior."},
{
title: "Ambiente Relajado",
description: "El lugar ideal para convivir después de cada partido.",
},
title: "Ambiente Relajado", description: "El lugar ideal para convivir después de cada partido."},
{
title: "Torneos y Eventos",
description: "Competencia constante en nuestras ligas oficiales.",
},
title: "Torneos y Eventos", description: "Competencia constante en nuestras ligas oficiales."},
]}
imageSrc="http://img.b2bpic.net/free-photo/african-american-man-doing-tricks-with-soccer-ball_23-2148767610.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpCaucAxMeGTxjlN70Yyvk4HzI/uploaded-1778248908438-dk3t7c72.jpg"
/>
</div>
@@ -110,20 +89,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Pádel",
description: "Renta de canchas y clínicas especializadas.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-athletic-male-tennis-player_23-2151190026.jpg",
},
title: "Pádel", description: "Renta de canchas y clínicas especializadas.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpCaucAxMeGTxjlN70Yyvk4HzI/uploaded-1778248908438-b6liw8jg.jpg"},
{
title: "Fútbol 7",
description: "Torneos relámpago y renta de canchas.",
imageSrc: "http://img.b2bpic.net/free-photo/football-player-training_23-2147813177.jpg",
},
title: "Fútbol 7", description: "Torneos relámpago y renta de canchas.", imageSrc: "http://img.b2bpic.net/free-photo/football-player-training_23-2147813177.jpg"},
{
title: "Curso de Verano",
description: "Entrenamiento divertido para los más pequeños.",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kids-training-together_23-2149270944.jpg",
},
title: "Curso de Verano", description: "Entrenamiento divertido para los más pequeños.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kids-training-together_23-2149270944.jpg"},
]}
title="Nuestros Servicios"
description="Todo lo que necesitas para tu entrenamiento y convivencia deportiva."
@@ -138,20 +108,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "500+",
description: "Jugadores mensuales",
},
id: "m1", value: "500+", description: "Jugadores mensuales"},
{
id: "m2",
value: "12",
description: "Torneos anuales",
},
id: "m2", value: "12", description: "Torneos anuales"},
{
id: "m3",
value: "4",
description: "Canchas profesionales",
},
id: "m3", value: "4", description: "Canchas profesionales"},
]}
title="Impacto Deportivo"
description="Nuestros números en Ciudad Guzmán."
@@ -167,35 +128,11 @@ export default function LandingPage() {
description="Momentos vibrantes en nuestras instalaciones."
blogs={[
{
id: "b1",
category: "Evento",
title: "Torneo de Pádel 2024",
excerpt: "La gran final se vivió con energía.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-playing-padel_657883-327.jpg",
authorName: "Admin",
authorAvatar: "http://img.b2bpic.net/free-photo/smiley-athletic-man-gym-outfit-holding-basketball_23-2148398819.jpg",
date: "12 Oct",
},
id: "b1", category: "Evento", title: "Torneo de Pádel 2024", excerpt: "La gran final se vivió con energía.", imageSrc: "http://img.b2bpic.net/free-photo/woman-playing-padel_657883-327.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/smiley-athletic-man-gym-outfit-holding-basketball_23-2148398819.jpg", date: "12 Oct"},
{
id: "b2",
category: "Social",
title: "Noches de Fútbol",
excerpt: "Convivencia entre amigos.",
imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-players-tournament-game_23-2149668552.jpg",
authorName: "Admin",
authorAvatar: "http://img.b2bpic.net/free-photo/smiling-ethnic-man-with-football-looking-camera_23-2148203672.jpg",
date: "10 Oct",
},
id: "b2", category: "Social", title: "Noches de Fútbol", excerpt: "Convivencia entre amigos.", imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-players-tournament-game_23-2149668552.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-ethnic-man-with-football-looking-camera_23-2148203672.jpg", date: "10 Oct"},
{
id: "b3",
category: "Escuela",
title: "Curso de Verano",
excerpt: "Niños aprendiendo fútbol.",
imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-football-supervised-by-football-trainer_23-2149684392.jpg",
authorName: "Coach",
authorAvatar: "http://img.b2bpic.net/free-photo/person-getting-ready-play-paddle-tennis-inside_23-2149444555.jpg",
date: "08 Oct",
},
id: "b3", category: "Escuela", title: "Curso de Verano", excerpt: "Niños aprendiendo fútbol.", imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-football-supervised-by-football-trainer_23-2149684392.jpg", authorName: "Coach", authorAvatar: "http://img.b2bpic.net/free-photo/person-getting-ready-play-paddle-tennis-inside_23-2149444555.jpg", date: "08 Oct"},
]}
/>
</div>
@@ -208,25 +145,15 @@ export default function LandingPage() {
author="Carlos M."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/profile-shot-attractive-young-caucasian-female-athlete-with-dark-hair-gathered-braid-smiling-broadly-enjoying-nice-summer-weather-outdoor-exercise-stadium-sports-fitness_343059-1623.jpg",
alt: "User 1",
},
src: "http://img.b2bpic.net/free-photo/profile-shot-attractive-young-caucasian-female-athlete-with-dark-hair-gathered-braid-smiling-broadly-enjoying-nice-summer-weather-outdoor-exercise-stadium-sports-fitness_343059-1623.jpg", alt: "User 1"},
{
src: "http://img.b2bpic.net/free-photo/sport-fitness-endurance-concept-gorgeous-young-fitness-insctructor-sportswoman-activewear-with-long-blond-hair-sit-medicine-ball-near-wooden-gym-wall-turn-aside-rest-before-workout_197531-30433.jpg",
alt: "User 2",
},
src: "http://img.b2bpic.net/free-photo/sport-fitness-endurance-concept-gorgeous-young-fitness-insctructor-sportswoman-activewear-with-long-blond-hair-sit-medicine-ball-near-wooden-gym-wall-turn-aside-rest-before-workout_197531-30433.jpg", alt: "User 2"},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-brunet-young-dark-skinned-man-sport-black-t-shirt-looks-straight_197531-23723.jpg",
alt: "User 3",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-brunet-young-dark-skinned-man-sport-black-t-shirt-looks-straight_197531-23723.jpg", alt: "User 3"},
{
src: "http://img.b2bpic.net/free-photo/portrait-male-athlete-looking-camera_23-2148162222.jpg",
alt: "User 4",
},
src: "http://img.b2bpic.net/free-photo/portrait-male-athlete-looking-camera_23-2148162222.jpg", alt: "User 4"},
{
src: "http://img.b2bpic.net/free-photo/soccer-game-concept_23-2151043833.jpg",
alt: "User 5",
},
src: "http://img.b2bpic.net/free-photo/soccer-game-concept_23-2151043833.jpg", alt: "User 5"},
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
@@ -238,20 +165,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "¿Cuáles son los horarios?",
content: "Estamos abiertos de lunes a domingo de 7:00 AM a 11:00 PM.",
},
id: "q1", title: "¿Cuáles son los horarios?", content: "Estamos abiertos de lunes a domingo de 7:00 AM a 11:00 PM."},
{
id: "q2",
title: "¿Cómo reservo una cancha?",
content: "Puedes reservar vía WhatsApp al 341 145 6844.",
},
id: "q2", title: "¿Cómo reservo una cancha?", content: "Puedes reservar vía WhatsApp al 341 145 6844."},
{
id: "q3",
title: "¿Dónde están ubicados?",
content: "Calle Leona Vicario 27, Cd Guzmán Centro, Jalisco.",
},
id: "q3", title: "¿Dónde están ubicados?", content: "Calle Leona Vicario 27, Cd Guzmán Centro, Jalisco."},
]}
sideTitle="Preguntas Comunes"
sideDescription="Todo lo que necesitas saber antes de venir."
@@ -263,16 +181,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Contacto"
title="Reserva tu partido hoy mismo"
description="Estamos en Calle Leona Vicario 27, Centro, Ciudad Guzmán. ¡Llámanos al 341 145 6844!"
buttons={[
{
text: "WhatsApp",
href: "https://wa.me/523411456844",
},
text: "WhatsApp", href: "https://wa.me/523411456844"},
]}
/>
</div>