Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1faa09e8eb | |||
| e9852bf8d4 | |||
| c41c267caa | |||
| 28e3926609 |
@@ -1,61 +1,28 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Poppins } from "next/font/google";
|
||||
import { Geist, Geist_Mono } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const poppins = Poppins({
|
||||
variable: "--font-poppins",
|
||||
subsets: ["latin"],
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
const geist = Geist({
|
||||
variable: "--font-geist-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const geistMono = Geist_Mono({
|
||||
variable: "--font-geist-mono", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Los Tordos Rugby Club - Mendoza | Rugby & Hockey",
|
||||
description: "Club de rugby y hockey en Mendoza con 70 años de tradición. Programas para jóvenes y adultos, salón de eventos, cantina renovada. ¡Únete a nuestra comunidad!",
|
||||
keywords: "club de rugby Mendoza, club de hockey Maipú, rugby Argentina, hockey Mendoza, eventos Maipú, salón de eventos Mendoza",
|
||||
metadataBase: new URL("https://lostordos.com.ar"),
|
||||
alternates: {
|
||||
canonical: "https://lostordos.com.ar",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Los Tordos Rugby Club - Tradición, Deporte y Comunidad",
|
||||
description: "Únete al mejor club de rugby y hockey de Mendoza. Más de 70 años de tradición, instalaciones de clase mundial y comunidad vibrante.",
|
||||
siteName: "Los Tordos Rugby Club",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/athletic-girl-trying-catch-rugby-ball_23-2148355430.jpg",
|
||||
alt: "Los Tordos Rugby Club - Campo de rugby",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Los Tordos Rugby Club - Mendoza",
|
||||
description: "Club de rugby y hockey con 70 años de tradición. Programas deportivos, instalaciones premium y eventos.",
|
||||
images: ["http://img.b2bpic.net/free-photo/athletic-girl-trying-catch-rugby-ball_23-2148355430.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "Los Tordos Rugby Club", description: "Tradición, Deporte y Comunidad en Mendoza"};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${poppins.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="es">
|
||||
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1423,7 +1390,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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."
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user