diff --git a/src/app/page.tsx b/src/app/page.tsx
index cf2e46e..624c96c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,26 +31,13 @@ export default function LandingPage() {
@@ -58,42 +45,16 @@ export default function LandingPage() {
@@ -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() {
);
-}
+}
\ No newline at end of file