Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-04 20:47:44 +00:00

View File

@@ -32,25 +32,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Risultati",
id: "risultati",
},
name: "Risultati", id: "risultati"},
{
name: "Prossimi Eventi",
id: "prossimi",
},
name: "Prossimi Eventi", id: "prossimi"},
{
name: "Rankings",
id: "rankings",
},
name: "Rankings", id: "rankings"},
{
name: "News",
id: "news",
},
name: "News", id: "news"},
{
name: "Fighter Stats",
id: "stats",
},
name: "Fighter Stats", id: "stats"},
]}
brandName="UFCPro"
/>
@@ -59,32 +49,15 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Carlos Prates demolisce Della Maddalena"
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", imageAlt: "Carlos Prates Winner"},
{
imageSrc: "http://img.b2bpic.net/free-photo/mma-fighters-professional-ring-fighting-championship_654080-1838.jpg",
imageAlt: "Jack Della Maddalena",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-boxer-training-gym_1303-18937.jpg",
imageAlt: "Young woman boxer training at the gym",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-training-boxing-competition-close-up_23-2148416650.jpg",
imageAlt: "Woman training for a boxing competition close-up",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-women-posing-together-boxing-training-center_23-2148416662.jpg",
imageAlt: "Front view women posing together in boxing training center",
},
imageSrc: "http://img.b2bpic.net/free-photo/mma-fighters-professional-ring-fighting-championship_654080-1838.jpg", imageAlt: "Jack Della Maddalena"}
]}
mediaAnimation="slide-up"
rating={5}
@@ -99,20 +72,11 @@ export default function LandingPage() {
tag="Aggiornato"
metrics={[
{
id: "1",
value: "13",
description: "Fights in Card",
},
id: "1", value: "13", description: "Fights in Card"},
{
id: "2",
value: "7",
description: "KO/TKO Results",
},
id: "2", value: "7", description: "KO/TKO Results"},
{
id: "3",
value: "98%",
description: "Action Percentage",
},
id: "3", value: "98%", description: "Action Percentage"},
]}
metricsAnimation="slide-up"
/>
@@ -126,41 +90,17 @@ 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: "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: "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: "3", name: "Erceg def. Elliott", price: "Decisione Unanime", imageSrc: "http://img.b2bpic.net/free-photo/different-colored-hexagons_1048-2459.jpg"},
{
id: "4",
name: "Pericic def. Gaziev",
price: "KO/TKO, R2",
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-boxing-day-celebration_23-2151040767.jpg",
},
id: "4", name: "Pericic def. Gaziev", price: "KO/TKO, R2", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-boxing-day-celebration_23-2151040767.jpg"},
{
id: "5",
name: "Tafa def. Christian",
price: "KO/TKO, R1",
imageSrc: "http://img.b2bpic.net/free-photo/afroamerican-boxer-with-strong-hands-clenched-fists_171337-8288.jpg",
},
id: "5", name: "Tafa def. Christian", price: "KO/TKO, R1", imageSrc: "http://img.b2bpic.net/free-photo/afroamerican-boxer-with-strong-hands-clenched-fists_171337-8288.jpg"},
{
id: "6",
name: "Steele def. Mar Fan",
price: "Submission, R1",
imageSrc: "http://img.b2bpic.net/free-photo/two-boxers-are-fighting-professional-boxing-ring_654080-1409.jpg",
},
id: "6", name: "Steele def. Mar Fan", price: "Submission, R1", imageSrc: "http://img.b2bpic.net/free-photo/two-boxers-are-fighting-professional-boxing-ring_654080-1409.jpg"},
]}
title="Risultati Fight Night"
description="Risultati ufficiali del 2 Maggio 2026"
@@ -175,19 +115,13 @@ export default function LandingPage() {
features={[
{
icon: Zap,
title: "Main Event",
description: "Chimaev vs Strickland",
},
title: "Main Event", description: "Chimaev vs Strickland"},
{
icon: Award,
title: "Co-Main",
description: "Joshua van vs Taira",
},
title: "Co-Main", description: "Joshua van vs Taira"},
{
icon: Shield,
title: "Championship",
description: "2 Titoli in palio",
},
title: "Championship", description: "2 Titoli in palio"},
]}
title="UFC 328: Chimaev vs. Strickland"
description="10 Maggio 2026 - Title Fight Middleweight"
@@ -202,23 +136,11 @@ export default function LandingPage() {
useInvertedBackground={false}
members={[
{
id: "1",
name: "Dricus du Plessis",
role: "Champion",
imageSrc: "http://img.b2bpic.net/free-photo/shirtless-kick-boxer-showing-his-punches-kicks-grey-background-studio_613910-12792.jpg",
},
id: "1", name: "Dricus du Plessis", role: "Champion", imageSrc: "http://img.b2bpic.net/free-photo/shirtless-kick-boxer-showing-his-punches-kicks-grey-background-studio_613910-12792.jpg"},
{
id: "2",
name: "Sean Strickland",
role: "Rank #1",
imageSrc: "http://img.b2bpic.net/free-photo/boxing-bodybuilding-martial-arts-activity-challenge-concept-studio-shot-attractive-confident-young-dark-skinned-bodybuilder-with-muscular-biceps-putting-elastic-hand-wraps-before-fight_343059-359.jpg",
},
id: "2", name: "Sean Strickland", role: "Rank #1", imageSrc: "http://img.b2bpic.net/free-photo/boxing-bodybuilding-martial-arts-activity-challenge-concept-studio-shot-attractive-confident-young-dark-skinned-bodybuilder-with-muscular-biceps-putting-elastic-hand-wraps-before-fight_343059-359.jpg"},
{
id: "3",
name: "Khamzat Chimaev",
role: "Rank #2",
imageSrc: "http://img.b2bpic.net/free-photo/black-white-portrait-athlete-participating-olympic-championship-sports_23-2151500576.jpg",
},
id: "3", name: "Khamzat Chimaev", role: "Rank #2", imageSrc: "http://img.b2bpic.net/free-photo/black-white-portrait-athlete-participating-olympic-championship-sports_23-2151500576.jpg"},
]}
title="Top Rankings Middleweight"
description="Aggiornati al 4 Maggio 2026"
@@ -234,35 +156,11 @@ export default function LandingPage() {
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", 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",
},
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"},
{
id: "3",
category: "Analisi",
title: "Come Pericic ha battuto Gaziev",
excerpt: "Analisi tecnica del match.",
imageSrc: "http://img.b2bpic.net/free-photo/dark-style-ninja-naruto_23-2151140077.jpg",
authorName: "Redazione",
authorAvatar: "http://img.b2bpic.net/free-photo/thoughtful-smiling-challenge-man-contract_1134-981.jpg",
date: "04/05/2026",
},
id: "3", category: "Analisi", title: "Come Pericic ha battuto Gaziev", excerpt: "Analisi tecnica del match.", imageSrc: "http://img.b2bpic.net/free-photo/dark-style-ninja-naruto_23-2151140077.jpg", authorName: "Redazione", authorAvatar: "http://img.b2bpic.net/free-photo/thoughtful-smiling-challenge-man-contract_1134-981.jpg", date: "04/05/2026"},
]}
/>
</div>
@@ -271,15 +169,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Alert"
title="Risultati in tempo reale"
description="Ricevi le news prima di tutti. Oltre 50.000 fan iscritti."
buttons={[
{
text: "ISCRIVITI GRATIS",
},
text: "ISCRIVITI GRATIS"},
]}
/>
</div>
@@ -288,29 +184,19 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Info",
items: [
title: "Info", items: [
{
label: "Chi Siamo",
href: "#",
},
label: "Chi Siamo", href: "#"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
{
title: "Legale",
items: [
title: "Legale", items: [
{
label: "Cookie Policy",
href: "#",
},
label: "Cookie Policy", href: "#"},
{
label: "Contatti",
href: "#",
},
label: "Contatti", href: "#"},
],
},
]}