Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6c790f730f | |||
| 99a93a9ca8 | |||
| 874e24988e |
229
src/app/page.tsx
229
src/app/page.tsx
@@ -31,26 +31,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Torneos",
|
||||
id: "torneos",
|
||||
},
|
||||
{
|
||||
name: "Acerca de",
|
||||
id: "acerca",
|
||||
},
|
||||
{
|
||||
name: "Estadísticas",
|
||||
id: "stats",
|
||||
},
|
||||
{
|
||||
name: "Reglamento",
|
||||
id: "reglamento",
|
||||
},
|
||||
{
|
||||
name: "El Bar",
|
||||
id: "bar",
|
||||
},
|
||||
{ name: "Torneos", id: "torneos" },
|
||||
{ name: "Acerca de", id: "acerca" },
|
||||
{ name: "Estadísticas", id: "stats" },
|
||||
{ name: "Reglamento", id: "reglamento" },
|
||||
{ name: "El Bar", id: "bar" },
|
||||
{ name: "Testimonios", id: "testimonials" },
|
||||
{ name: "Contacto", id: "contact" }
|
||||
]}
|
||||
brandName="north ✦ champ"
|
||||
/>
|
||||
@@ -58,42 +45,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="NorthChamp"
|
||||
description="Desde 1993 — Fútbol. Amistad. Pasión."
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-friends-cheering-home_329181-19082.jpg?_wi=1",
|
||||
imageAlt: "Match action",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-friends-cheering-home_329181-19082.jpg?_wi=2",
|
||||
imageAlt: "Fans cheering",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-friends-cheering-home_329181-19082.jpg?_wi=3",
|
||||
imageAlt: "Parrilla smoke",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-friends-cheering-home_329181-19082.jpg?_wi=4",
|
||||
imageAlt: "Team huddle",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-friends-cheering-home_329181-19082.jpg?_wi=5",
|
||||
imageAlt: "Winning moment",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-friends-cheering-home_329181-19082.jpg?_wi=6",
|
||||
imageAlt: "Social gathering",
|
||||
},
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/two-friends-cheering-home_329181-19082.jpg?_wi=1", imageAlt: "Match action" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/two-friends-cheering-home_329181-19082.jpg?_wi=2", imageAlt: "Fans cheering" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/two-friends-cheering-home_329181-19082.jpg?_wi=3", imageAlt: "Parrilla smoke" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/two-friends-cheering-home_329181-19082.jpg?_wi=4", imageAlt: "Team huddle" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/two-friends-cheering-home_329181-19082.jpg?_wi=5", imageAlt: "Winning moment" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/two-friends-cheering-home_329181-19082.jpg?_wi=6", imageAlt: "Social gathering" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -105,42 +66,12 @@ export default function LandingPage() {
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Superdoce",
|
||||
price: "Fútbol 11",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/american-football-goal-sport-game-concept_53876-120386.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Rincón de Luna",
|
||||
price: "Fútbol 11",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/american-football-goal-sport-game-concept_53876-120386.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Rincón de Plata",
|
||||
price: "Fútbol 11",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/american-football-goal-sport-game-concept_53876-120386.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Rincón del Este",
|
||||
price: "Fútbol 11",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/american-football-goal-sport-game-concept_53876-120386.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Torneo Senior",
|
||||
price: "Fútbol 11",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/american-football-goal-sport-game-concept_53876-120386.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Fútbol 7",
|
||||
price: "Modalidad reducida",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/american-football-goal-sport-game-concept_53876-120386.jpg?_wi=6",
|
||||
},
|
||||
{ id: "t1", name: "Superdoce", price: "Fútbol 11", imageSrc: "http://img.b2bpic.net/free-photo/american-football-goal-sport-game-concept_53876-120386.jpg?_wi=1" },
|
||||
{ id: "t2", name: "Rincón de Luna", price: "Fútbol 11", imageSrc: "http://img.b2bpic.net/free-photo/american-football-goal-sport-game-concept_53876-120386.jpg?_wi=2" },
|
||||
{ id: "t3", name: "Rincón de Plata", price: "Fútbol 11", imageSrc: "http://img.b2bpic.net/free-photo/american-football-goal-sport-game-concept_53876-120386.jpg?_wi=3" },
|
||||
{ id: "t4", name: "Rincón del Este", price: "Fútbol 11", imageSrc: "http://img.b2bpic.net/free-photo/american-football-goal-sport-game-concept_53876-120386.jpg?_wi=4" },
|
||||
{ id: "t5", name: "Torneo Senior", price: "Fútbol 11", imageSrc: "http://img.b2bpic.net/free-photo/american-football-goal-sport-game-concept_53876-120386.jpg?_wi=5" },
|
||||
{ id: "t6", name: "Fútbol 7", price: "Modalidad reducida", imageSrc: "http://img.b2bpic.net/free-photo/american-football-goal-sport-game-concept_53876-120386.jpg?_wi=6" }
|
||||
]}
|
||||
title="Los Torneos"
|
||||
description="Seleccioná tu torneo para ver posiciones, fixtures y estadísticas."
|
||||
@@ -160,26 +91,10 @@ export default function LandingPage() {
|
||||
title="Los Números del Campeón"
|
||||
tag="Historia"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "30+",
|
||||
description: "Años de Trayectoria",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "9",
|
||||
description: "Torneos Activos",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "4,200+",
|
||||
description: "Partidos Jugados",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "18,000+",
|
||||
description: "Goles Gritados",
|
||||
},
|
||||
{ id: "m1", value: "30+", description: "Años de Trayectoria" },
|
||||
{ id: "m2", value: "9", description: "Torneos Activos" },
|
||||
{ id: "m3", value: "4,200+", description: "Partidos Jugados" },
|
||||
{ id: "m4", value: "18,000+", description: "Goles Gritados" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -190,21 +105,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Reglas Organizativas",
|
||||
content: "Se detalla el cronograma, fixtures, y normas de ascenso/descenso.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Reglas Administrativas",
|
||||
content: "Detalles sobre inscripción, pago de cuotas y legajos de jugadores.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Reglas Disciplinarias",
|
||||
content: "Código de conducta, sanciones por tarjetas y fair play.",
|
||||
},
|
||||
{ id: "f1", title: "Reglas Organizativas", content: "Se detalla el cronograma, fixtures, y normas de ascenso/descenso." },
|
||||
{ id: "f2", title: "Reglas Administrativas", content: "Detalles sobre inscripción, pago de cuotas y legajos de jugadores." },
|
||||
{ id: "f3", title: "Reglas Disciplinarias", content: "Código de conducta, sanciones por tarjetas y fair play." }
|
||||
]}
|
||||
title="Reglamento"
|
||||
description="Normas que rigen la competencia NorthChamp."
|
||||
@@ -218,16 +121,8 @@ export default function LandingPage() {
|
||||
title="La Fondiatta"
|
||||
description="Más que un descanso, una experiencia. El punto de encuentro social después de cada partido."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "a1",
|
||||
title: "Parrilla",
|
||||
content: "Bondiola, Choripán, Vacío, Morcilla.",
|
||||
},
|
||||
{
|
||||
id: "a2",
|
||||
title: "Bebidas",
|
||||
content: "Amstel tirada, jugos, gaseosas, café.",
|
||||
},
|
||||
{ id: "a1", title: "Parrilla", content: "Bondiola, Choripán, Vacío, Morcilla." },
|
||||
{ id: "a2", title: "Bebidas", content: "Amstel tirada, jugos, gaseosas, café." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cocktails_23-2148014910.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -240,41 +135,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Jugador Anónimo",
|
||||
handle: "2018",
|
||||
testimonial: "Lo mejor la bondiola... El parrillero es crack.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/junior-football-player-field_53876-146600.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Reseña Google",
|
||||
handle: "2018",
|
||||
testimonial: "Hermoso predio, muy buenas canchas.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/junior-football-player-field_53876-146600.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Reseña Google",
|
||||
handle: "2017",
|
||||
testimonial: "Las canchas espectaculares, el torneo muy competitivo.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/junior-football-player-field_53876-146600.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Reseña Google",
|
||||
handle: "2017",
|
||||
testimonial: "Excelente torneo. Las canchas están en muy buen estado.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/junior-football-player-field_53876-146600.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Trancados FC",
|
||||
handle: "2012",
|
||||
testimonial: "Nunca nos dimos por vencidos... jugamos cada partido como una final.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/junior-football-player-field_53876-146600.jpg?_wi=5",
|
||||
},
|
||||
{ id: "1", name: "Jugador Anónimo", handle: "2018", testimonial: "Lo mejor la bondiola... El parrillero es crack.", imageSrc: "http://img.b2bpic.net/free-photo/junior-football-player-field_53876-146600.jpg?_wi=1" },
|
||||
{ id: "2", name: "Reseña Google", handle: "2018", testimonial: "Hermoso predio, muy buenas canchas.", imageSrc: "http://img.b2bpic.net/free-photo/junior-football-player-field_53876-146600.jpg?_wi=2" },
|
||||
{ id: "3", name: "Reseña Google", handle: "2017", testimonial: "Las canchas espectaculares, el torneo muy competitivo.", imageSrc: "http://img.b2bpic.net/free-photo/junior-football-player-field_53876-146600.jpg?_wi=3" },
|
||||
{ id: "4", name: "Reseña Google", handle: "2017", testimonial: "Excelente torneo. Las canchas están en muy buen estado.", imageSrc: "http://img.b2bpic.net/free-photo/junior-football-player-field_53876-146600.jpg?_wi=4" },
|
||||
{ id: "5", name: "Trancados FC", handle: "2012", testimonial: "Nunca nos dimos por vencidos... jugamos cada partido como una final.", imageSrc: "http://img.b2bpic.net/free-photo/junior-football-player-field_53876-146600.jpg?_wi=5" }
|
||||
]}
|
||||
title="La Voz de los Campeones"
|
||||
description="Lo que dicen quienes pisan nuestras canchas."
|
||||
@@ -287,18 +152,8 @@ export default function LandingPage() {
|
||||
title="Inscribe tu Equipo"
|
||||
description="Cupos limitados por zona. Consultas por WhatsApp."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Nombre del equipo",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email de contacto",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Nombre del equipo", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email de contacto", required: true }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/american-football-goal-sport-game-concept_53876-120386.jpg?_wi=7"
|
||||
/>
|
||||
@@ -307,17 +162,11 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="NORTHCHAMP"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Contact",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Contact", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user