From e9852bf8d4dce99c48824085d0f581326ae9a025 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:53:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 59 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 39 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a5c79d..b6fc89a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,8 @@ export default function HomePage() { brandName="Los Tordos" navItems={navItems} button={{ - text: "Llamar Ahora", href: "tel:+542614320000"}} + text: "Llamar Ahora", href: "tel:+542614320000" + }} /> @@ -83,17 +84,23 @@ export default function HomePage() { 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} @@ -146,16 +153,20 @@ 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." + }, ]} /> @@ -165,7 +176,8 @@ 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} @@ -208,11 +220,14 @@ 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" + }, ]} /> @@ -240,19 +255,23 @@ 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" + }, ]} /> ); -} \ No newline at end of file +}