From 2dd1a1032c4fddc04e4ab6c12c43e4e4f66b0a07 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 22:47:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 161 +++++++++-------------------------------------- 1 file changed, 31 insertions(+), 130 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b2670a6..fe43fbb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,13 +48,13 @@ export default function HomePage() { @@ -128,35 +104,14 @@ export default function HomePage() { tag="Catégories" products={[ { - id: "youth", - brand: "Rugby Club Cadaujacais", - name: "École de Rugby - Jeunes", - price: "À partir de 6 ans", - rating: 5, - reviewCount: "4.4★", - imageSrc: "http://img.b2bpic.net/free-photo/trainer-talking-players-medium-shot_23-2149742083.jpg?_wi=2", - imageAlt: "Youth rugby team", - }, + id: "youth", brand: "Rugby Club Cadaujacais", name: "École de Rugby - Jeunes", price: "À partir de 6 ans", rating: 5, + reviewCount: "4.4★", imageSrc: "http://img.b2bpic.net/free-photo/trainer-talking-players-medium-shot_23-2149742083.jpg", imageAlt: "Youth rugby team"}, { - id: "womens", - brand: "Rugby Club Cadaujacais", - name: "Équipe Féminine", - price: "Tous âges", - rating: 5, - reviewCount: "4.4★", - imageSrc: "http://img.b2bpic.net/free-photo/female-team-doing-warming-up-exercises_23-2148355385.jpg?_wi=2", - imageAlt: "Women's rugby team", - }, + id: "womens", brand: "Rugby Club Cadaujacais", name: "Équipe Féminine", price: "Tous âges", rating: 5, + reviewCount: "4.4★", imageSrc: "http://img.b2bpic.net/free-photo/female-team-doing-warming-up-exercises_23-2148355385.jpg", imageAlt: "Women's rugby team"}, { - id: "mens", - brand: "Rugby Club Cadaujacais", - name: "Équipe Masculine", - price: "Adultes", - rating: 5, - reviewCount: "4.4★", - imageSrc: "http://img.b2bpic.net/free-photo/girl-catching-ball-helped-by-her-team-mates_23-2148355404.jpg?_wi=2", - imageAlt: "Men's rugby team", - }, + id: "mens", brand: "Rugby Club Cadaujacais", name: "Équipe Masculine", price: "Adultes", rating: 5, + reviewCount: "4.4★", imageSrc: "http://img.b2bpic.net/free-photo/girl-catching-ball-helped-by-her-team-mates_23-2148355404.jpg", imageAlt: "Men's rugby team"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -172,34 +127,16 @@ export default function HomePage() { tag="Saison 2025" metrics={[ { - id: "1", - value: "20+", - title: "Matchs Officiels", - items: [ - "Championnats régionaux", - "Tournois amicaux", - "Rencontres régionales", - ], + id: "1", value: "20+", title: "Matchs Officiels", items: [ + "Championnats régionaux", "Tournois amicaux", "Rencontres régionales"], }, { - id: "2", - value: "15+", - title: "Entraînements par Mois", - items: [ - "Sessions techniques", - "Préparation physique", - "Équipe coaching", - ], + id: "2", value: "15+", title: "Entraînements par Mois", items: [ + "Sessions techniques", "Préparation physique", "Équipe coaching"], }, { - id: "3", - value: "8+", - title: "Événements Sociaux", - items: [ - "Repas d'équipe", - "Sorties groupe", - "Célébrations", - ], + id: "3", value: "8+", title: "Événements Sociaux", items: [ + "Repas d'équipe", "Sorties groupe", "Célébrations"], }, ]} animationType="slide-up" @@ -216,59 +153,23 @@ export default function HomePage() { showRating={true} testimonials={[ { - id: "1", - name: "Club hyper bien structuré", - handle: "Google Reviews", - testimonial: "Club hyper bien structuré, recommandé notamment pour sa section féminine. Excellente organisation et coaching de qualité.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-rugby-player-with-tattoos-his-arms_613910-9379.jpg?_wi=1", - imageAlt: "portrait professional athlete rugby player", - }, + id: "1", name: "Club hyper bien structuré", handle: "Google Reviews", testimonial: "Club hyper bien structuré, recommandé notamment pour sa section féminine. Excellente organisation et coaching de qualité.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-rugby-player-with-tattoos-his-arms_613910-9379.jpg", imageAlt: "portrait professional athlete rugby player"}, { - id: "2", - name: "Très convivial", - handle: "Google Reviews", - testimonial: "Très convivial. Ambiance rugby très amicale. Les entraîneurs sont passionnés et les joueurs très accueillants.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/american-football-player-uniform-training-field_23-2150034543.jpg", - imageAlt: "diverse sports athlete profile portrait", - }, + id: "2", name: "Très convivial", handle: "Google Reviews", testimonial: "Très convivial. Ambiance rugby très amicale. Les entraîneurs sont passionnés et les joueurs très accueillants.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/american-football-player-uniform-training-field_23-2150034543.jpg", imageAlt: "diverse sports athlete profile portrait"}, { - id: "3", - name: "Excellente école de rugby", - handle: "Parent Member", - testimonial: "Excellente école de rugby pour les jeunes. Mon fils adore l'atmosphère et les valeurs enseignées. Fortement recommandé!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-brunette-woman-dark-clothes_613910-873.jpg", - imageAlt: "female rugby player portrait headshot", - }, + id: "3", name: "Excellente école de rugby", handle: "Parent Member", testimonial: "Excellente école de rugby pour les jeunes. Mon fils adore l'atmosphère et les valeurs enseignées. Fortement recommandé!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-brunette-woman-dark-clothes_613910-873.jpg", imageAlt: "female rugby player portrait headshot"}, { - id: "4", - name: "Section féminine dynamique", - handle: "Woman Player", - testimonial: "La section féminine est vraiment dynamique et inclusive. Un super endroit pour apprendre et jouer au rugby.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-business-woman-standing-window_1262-1069.jpg", - imageAlt: "coach rugby professional portrait photo", - }, + id: "4", name: "Section féminine dynamique", handle: "Woman Player", testimonial: "La section féminine est vraiment dynamique et inclusive. Un super endroit pour apprendre et jouer au rugby.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-business-woman-standing-window_1262-1069.jpg", imageAlt: "coach rugby professional portrait photo"}, { - id: "5", - name: "Famille accueillante", - handle: "Parent Member", - testimonial: "Une vraie famille. Le club offre bien plus que du rugby - c'est une communauté supportive et bienveillante.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149707997.jpg?_wi=1", - imageAlt: "rugby parent family portrait headshot", - }, + id: "5", name: "Famille accueillante", handle: "Parent Member", testimonial: "Une vraie famille. Le club offre bien plus que du rugby - c'est une communauté supportive et bienveillante.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149707997.jpg", imageAlt: "rugby parent family portrait headshot"}, { - id: "6", - name: "Passionné et professionnel", - handle: "Senior Player", - testimonial: "Passionné et professionnel. C'est rare de trouver un club qui combine excellence sportive et ambiance conviviale.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-twerking_23-2149879701.jpg?_wi=1", - imageAlt: "young rugby player junior portrait", - }, + id: "6", name: "Passionné et professionnel", handle: "Senior Player", testimonial: "Passionné et professionnel. C'est rare de trouver un club qui combine excellence sportive et ambiance conviviale.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-twerking_23-2149879701.jpg", imageAlt: "young rugby player junior portrait"}, ]} animationType="slide-up" textboxLayout="default" -- 2.49.1