From 7971b3fded2e647df2f5d0ff29397a89942d5d38 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 01:05:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9011c92..835b1cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,11 +73,11 @@ export default function LandingPage() { }, { id: "2", brand: "UNDERCARD", name: "Shadow vs. Storm Heavyweight Clash", price: "$79", rating: 5, - reviewCount: "8.9k", imageSrc: "http://img.b2bpic.net/free-photo/mma-fighters-professional-ring_654080-1309.jpg", imageAlt: "Heavyweight match promo" + reviewCount: "8.9k", imageSrc: "http://img.b2bpic.net/free-photo/mma-fighters-professional-ring_654080-1309.jpg?_wi=1", imageAlt: "Heavyweight match promo" }, { id: "3", brand: "DEBUT", name: "Rising Star Championship Round", price: "$59", rating: 5, - reviewCount: "5.2k", imageSrc: "http://img.b2bpic.net/free-photo/mma-fighters-professional-ring_654080-1309.jpg", imageAlt: "Debut match announcement" + reviewCount: "5.2k", imageSrc: "http://img.b2bpic.net/free-photo/mma-fighters-professional-ring_654080-1309.jpg?_wi=2", imageAlt: "Debut match announcement" } ]} gridVariant="three-columns-all-equal-width" @@ -95,13 +95,13 @@ export default function LandingPage() { tag="CHAMPION ROSTER" members={[ { - id: "1", name: "TITAN", role: "Heavyweight Champion", imageSrc: "http://img.b2bpic.net/free-photo/photo-concentrated-handsome-young-strong-afroamerican-boxer-posing_171337-9194.jpg", imageAlt: "Titan fighter profile" + id: "1", name: "TITAN", role: "Heavyweight Champion", imageSrc: "http://img.b2bpic.net/free-photo/photo-concentrated-handsome-young-strong-afroamerican-boxer-posing_171337-9194.jpg?_wi=1", imageAlt: "Titan fighter profile" }, { id: "2", name: "INFERNO", role: "Striking Specialist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-5321.jpg", imageAlt: "Inferno fighter profile" }, { - id: "3", name: "SHADOW", role: "Technical Master", imageSrc: "http://img.b2bpic.net/free-photo/photo-concentrated-handsome-young-strong-afroamerican-boxer-posing_171337-9194.jpg", imageAlt: "Shadow fighter profile" + id: "3", name: "SHADOW", role: "Technical Master", imageSrc: "http://img.b2bpic.net/free-photo/photo-concentrated-handsome-young-strong-afroamerican-boxer-posing_171337-9194.jpg?_wi=2", imageAlt: "Shadow fighter profile" }, { id: "4", name: "STORM", role: "Undefeated Rising Star", imageSrc: "http://img.b2bpic.net/free-photo/sensual-contemporary-dancer-teasing-with-feather_23-2148253015.jpg", imageAlt: "Storm fighter profile" @@ -170,7 +170,7 @@ export default function LandingPage() { tag="NEWS & UPDATES" blogs={[ { - id: "1", category: "Breaking News", title: "Titan Defeats Inferno in Shocking Upset", excerpt: "In a stunning turn of events, Titan secures victory in the final round with a devastating combination.", imageSrc: "http://img.b2bpic.net/free-photo/mma-fighters-professional-ring_654080-1309.jpg", imageAlt: "Fight moment", authorName: "Combat Central", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-journalist-holding-microphone_23-2149032374.jpg", date: "2 hours ago" + id: "1", category: "Breaking News", title: "Titan Defeats Inferno in Shocking Upset", excerpt: "In a stunning turn of events, Titan secures victory in the final round with a devastating combination.", imageSrc: "http://img.b2bpic.net/free-photo/mma-fighters-professional-ring_654080-1309.jpg?_wi=3", imageAlt: "Fight moment", authorName: "Combat Central", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-journalist-holding-microphone_23-2149032374.jpg", date: "2 hours ago" }, { id: "2", category: "Training Secrets", title: "Inside the Champion's War Room", excerpt: "Exclusive access to the training methods that produce world-class fighters at BYON.", imageSrc: "http://img.b2bpic.net/free-photo/determined-professional-boxer_1098-14119.jpg", imageAlt: "Training facility", authorName: "Fight Analyst Pro", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-entrepreneur-with-corporate-job-looking-camera-business-office-portrait-young-man-preparing-work-planning-development-industry-with-technology-computer_482257-29387.jpg", date: "5 hours ago" -- 2.49.1