diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6a170cd..5ce006d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,16 +31,11 @@ export default function LandingPage() {
@@ -48,16 +43,13 @@ export default function LandingPage() {
@@ -89,18 +78,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
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: "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: "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: "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" },
]}
title="Risultati Fight Night"
description="Risultati ufficiali del 2 Maggio 2026"
@@ -113,15 +93,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- icon: Zap,
- title: "Main Event", description: "Chimaev vs Strickland"},
- {
- icon: Award,
- title: "Co-Main", description: "Joshua van vs Taira"},
- {
- icon: Shield,
- title: "Championship", description: "2 Titoli in palio"},
+ { icon: Zap, title: "Main Event", description: "Chimaev vs Strickland" },
+ { icon: Award, title: "Co-Main", description: "Joshua van vs Taira" },
+ { icon: Shield, title: "Championship", description: "2 Titoli in palio" },
]}
title="UFC 328: Chimaev vs. Strickland"
description="10 Maggio 2026 - Title Fight Middleweight"
@@ -132,18 +106,16 @@ export default function LandingPage() {
@@ -155,12 +127,8 @@ 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: "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: "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" },
]}
/>
@@ -168,37 +136,19 @@ export default function LandingPage() {