From 173071e504166a16bbb0c507094fe656c3e986b5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 17:52:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cda7892..9ac1272 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="mediumLargeSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -46,7 +46,7 @@ export default function LandingPage() { description="Disfruta albercas, canchas deportivas y áreas recreativas en un entorno natural único. Vive la experiencia de un club familiar donde el deporte y la naturaleza se encuentran." tag="Club Deportivo de Montaña" tagIcon={Leaf} - background={{ variant: "grid" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "📞 Llamar Ahora", href: "tel:+528182660824" }, { text: "💬 WhatsApp", href: "https://wa.me/528182660824" } @@ -115,19 +115,19 @@ export default function LandingPage() { id: "1", name: "Fútbol", price: "Academia disponible", imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-children-side-view_23-2149742033.jpg", imageAlt: "Academia de Fútbol" }, { - id: "2", name: "Tenis", price: "Clases profesionales", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-couple-playing-tennis-park_1268-36175.jpg?_wi=1", imageAlt: "Clases de Tenis" + id: "2", name: "Tenis", price: "Clases profesionales", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-couple-playing-tennis-park_1268-36175.jpg", imageAlt: "Clases de Tenis" }, { id: "3", name: "Natación", price: "Para todas las edades", imageSrc: "http://img.b2bpic.net/free-photo/fitness-group-girls-doing-aerobical-excercises-swimming-pool-aqua-park-sport-leisure-activities_627829-10863.jpg", imageAlt: "Clases de Natación" }, { - id: "4", name: "Box", price: "Entrenamiento intenso", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-woman-man-gym_23-2149734689.jpg?_wi=1", imageAlt: "Entrenamiento de Box" + id: "4", name: "Box", price: "Entrenamiento intenso", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-woman-man-gym_23-2149734689.jpg", imageAlt: "Entrenamiento de Box" }, { - id: "5", name: "Karate", price: "Artes marciales", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-woman-man-gym_23-2149734689.jpg?_wi=2", imageAlt: "Clases de Karate" + id: "5", name: "Karate", price: "Artes marciales", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-woman-man-gym_23-2149734689.jpg", imageAlt: "Clases de Karate" }, { - id: "6", name: "Fitness", price: "Programas personalizados", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-woman-man-gym_23-2149734689.jpg?_wi=3", imageAlt: "Clases de Fitness" + id: "6", name: "Fitness", price: "Programas personalizados", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-fit-woman-man-gym_23-2149734689.jpg", imageAlt: "Clases de Fitness" } ]} gridVariant="three-columns-all-equal-width" @@ -150,7 +150,7 @@ export default function LandingPage() { }, { id: "2", name: "Club de Tenis", role: "Academia Profesional", company: "Eventos regulares", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-couple-playing-tennis-park_1268-36175.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-couple-playing-tennis-park_1268-36175.jpg" }, { id: "3", name: "Comunidad Deportiva", role: "Torneos Mensuales", company: "Participación activa", rating: 5, @@ -158,7 +158,7 @@ export default function LandingPage() { }, { id: "4", name: "Retiros Familiares", role: "Convivencias", company: "Fin de semana especiales", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-male-with-backpack-walking-narrow-pathway-middle-trees-plants_181624-2085.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-male-with-backpack-walking-narrow-pathway-middle-trees-plants_181624-2085.jpg" } ]} kpiItems={[ @@ -200,7 +200,7 @@ export default function LandingPage() {