Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 411502d630 | |||
| 1f11da2d1f | |||
| 92e259f178 | |||
| 49eebb7edb |
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
description="Prates trionfa nel Main Event di UFC Fight Night con un KO spettacolare al terzo round (3:17)."
|
||||
tag="RISULTATO UFFICIALE"
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-pink-with-boxing-gloves-training-with-punching-bag_114579-2695.jpg", imageAlt: "Carlos Prates Winner" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-pink-with-boxing-gloves-training-with-punching-bag_114579-2695.jpg?_wi=1", imageAlt: "Carlos Prates Winner" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/mma-fighters-professional-ring-fighting-championship_654080-1838.jpg?_wi=1", imageAlt: "Jack Della Maddalena" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -79,8 +79,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Prates def. Della Maddalena", price: "KO/TKO, R3", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-boxing-gloves_23-2149036396.jpg" },
|
||||
{ id: "2", name: "Salkilld def. Dariush", price: "KO/TKO, R1", imageSrc: "http://img.b2bpic.net/free-photo/pair-gloves-boxing-sport_23-2150367661.jpg" },
|
||||
{ id: "3", name: "Erceg def. Elliott", price: "Decisione Unanime", imageSrc: "http://img.b2bpic.net/free-photo/different-colored-hexagons_1048-2459.jpg" },
|
||||
{ id: "2", name: "Salkilld def. Dariush", price: "KO/TKO, R1", imageSrc: "http://img.b2bpic.net/free-photo/pair-gloves-boxing-sport_23-2150367661.jpg?_wi=1" },
|
||||
{ id: "3", name: "Erceg def. Elliott", price: "Decisione Unanime", imageSrc: "http://img.b2bpic.net/free-photo/different-colored-hexagons_1048-2459.jpg?_wi=1" },
|
||||
]}
|
||||
title="Risultati Fight Night"
|
||||
description="Risultati ufficiali del 2 Maggio 2026"
|
||||
@@ -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?_wi=2" },
|
||||
{ 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?_wi=2" },
|
||||
{ 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?_wi=2" },
|
||||
{ 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?_wi=1" }
|
||||
]}
|
||||
title="Rankings - Categorie di Peso"
|
||||
description="Top Champions per categoria"
|
||||
description="Aggiornamenti ranking ufficiali post-Fight Night"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -127,7 +131,7 @@ export default function LandingPage() {
|
||||
title="Ultime News"
|
||||
description="Analisi, interviste e retroscena"
|
||||
blogs={[
|
||||
{ id: "1", category: "Intervista", title: "Prates: Sapevo di poterlo finire", excerpt: "Il campione racconta il match.", imageSrc: "http://img.b2bpic.net/free-photo/boxing-gloves-slate-surface_23-2147601774.jpg", authorName: "Redazione", authorAvatar: "http://img.b2bpic.net/free-photo/mma-female-fighters-professional-ring_654080-1311.jpg", date: "04/05/2026" },
|
||||
{ id: "1", category: "Intervista", title: "Prates: Sapevo di poterlo finire", excerpt: "Il campione racconta il match.", imageSrc: "http://img.b2bpic.net/free-photo/boxing-gloves-slate-surface_23-2147601774.jpg?_wi=2", authorName: "Redazione", authorAvatar: "http://img.b2bpic.net/free-photo/mma-female-fighters-professional-ring_654080-1311.jpg", date: "04/05/2026" },
|
||||
{ id: "2", category: "Preview", title: "UFC 328: Chimaev vs Strickland", excerpt: "Tutto quello che c'è da sapere.", imageSrc: "http://img.b2bpic.net/free-photo/background-with-metallic-fence-texture_23-2150275492.jpg", authorName: "Redazione", authorAvatar: "http://img.b2bpic.net/free-photo/shirtless-kick-boxer-showing-his-punches-kicks-grey-background-studio_613910-12802.jpg", date: "04/05/2026" },
|
||||
]}
|
||||
/>
|
||||
@@ -157,4 +161,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user