Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-05-04 20:52:46 +00:00

View File

@@ -109,13 +109,17 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
members={[
{ id: "1", name: "Flyweight", role: "Champion: Alexandre Pantoja", imageSrc: "http://img.b2bpic.net/free-photo/mma-fighters-professional-ring-fighting-championship_654080-1838.jpg?_wi=2" },
{ id: "2", name: "Bantamweight", role: "Champion: Merab Dvalishvili", imageSrc: "http://img.b2bpic.net/free-photo/mma-female-fighters-professional-ring_654080-1311.jpg" },
{ id: "3", name: "Featherweight", role: "Champion: Ilia Topuria", imageSrc: "http://img.b2bpic.net/free-photo/shirtless-kick-boxer-showing-his-punches-kicks-grey-background-studio_613910-12792.jpg" },
{ id: "4", name: "Lightweight", role: "Champion: Islam Makhachev", imageSrc: "http://img.b2bpic.net/free-photo/black-white-portrait-athlete-participating-olympic-championship-sports_23-2151500576.jpg" }
{ id: "1", name: "Flyweight", role: "Champion: Alexandre Pantoja | Rank 1: Brandon Royval", imageSrc: "http://img.b2bpic.net/free-photo/mma-fighters-professional-ring-fighting-championship_654080-1838.jpg?_wi=2" },
{ id: "2", name: "Bantamweight", role: "Champion: Merab Dvalishvili | Rank 1: Sean O'Malley", imageSrc: "http://img.b2bpic.net/free-photo/mma-female-fighters-professional-ring_654080-1311.jpg" },
{ id: "3", name: "Featherweight", role: "Champion: Ilia Topuria | Rank 1: Max Holloway", imageSrc: "http://img.b2bpic.net/free-photo/shirtless-kick-boxer-showing-his-punches-kicks-grey-background-studio_613910-12792.jpg" },
{ id: "4", name: "Lightweight", role: "Champion: Islam Makhachev | Rank 1: Arman Tsarukyan", imageSrc: "http://img.b2bpic.net/free-photo/black-white-portrait-athlete-participating-olympic-championship-sports_23-2151500576.jpg" },
{ id: "5", name: "Welterweight", role: "Champion: Belal Muhammad | Rank 1: Kamaru Usman", imageSrc: "http://img.b2bpic.net/free-photo/woman-pink-with-boxing-gloves-training-with-punching-bag_114579-2695.jpg" },
{ id: "6", name: "Middleweight", role: "Champion: Dricus Du Plessis | Rank 1: Sean Strickland", imageSrc: "http://img.b2bpic.net/free-photo/pair-gloves-boxing-sport_23-2150367661.jpg" },
{ id: "7", name: "Light Heavyweight", role: "Champion: Alex Pereira | Rank 1: Jiri Prochazka", imageSrc: "http://img.b2bpic.net/free-photo/different-colored-hexagons_1048-2459.jpg" },
{ id: "8", name: "Heavyweight", role: "Champion: Jon Jones | Rank 1: Tom Aspinall", imageSrc: "http://img.b2bpic.net/free-photo/boxing-gloves-slate-surface_23-2147601774.jpg" }
]}
title="Rankings - Categorie di Peso"
description="Top Champions per categoria"
description="Aggiornamenti ranking ufficiali post-Fight Night"
/>
</div>
@@ -157,4 +161,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}