From 7a8329ccc09c1d1e98c3c1b750d170da4f0acd6e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 13:26:10 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f2ee177..c9366ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -180,13 +180,16 @@ export default function HomePage() { tagAnimation="slide-up" products={[ { - id: "1", brand: "BGMI Pro Series", name: "Elite Squad Championship", price: "₹500 Entry", rating: 5, reviewCount: "1.2k Players", imageSrc: + id: "1", brand: "BGMI Pro Series", name: "Elite Squad Championship", price: "₹500 Entry", rating: 5, + reviewCount: "1.2k Players", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/bgmi-battlegrounds-mobile-india-game-sho-1773235084955-5a491238.png", imageAlt: "BGMI Elite Squad Championship"}, { - id: "2", brand: "PUBG Mobile Masters", name: "Royale Domination Cup", price: "₹750 Entry", rating: 5, reviewCount: "800 Players", imageSrc: + id: "2", brand: "PUBG Mobile Masters", name: "Royale Domination Cup", price: "₹750 Entry", rating: 5, + reviewCount: "800 Players", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/pubg-mobile-game-showcase-with-intense-b-1773235084577-0b35fc43.png", imageAlt: "PUBG Mobile Royale Domination Cup"}, { - id: "3", brand: "Free Fire Legends", name: "Commando Combat League", price: "₹300 Entry", rating: 5, reviewCount: "1.8k Players", imageSrc: + id: "3", brand: "Free Fire Legends", name: "Commando Combat League", price: "₹300 Entry", rating: 5, + reviewCount: "1.8k Players", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/free-fire-mobile-game-showcase-with-fast-1773235084539-aba00604.png", imageAlt: "Free Fire Commando Combat League"}, ]} gridVariant="three-columns-all-equal-width" From cf191bfa107f9109adbd6f7ca1dd14a8c1bb8e97 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 13:26:11 +0000 Subject: [PATCH 2/2] Update src/app/tournaments/[id]/page.tsx --- src/app/tournaments/[id]/page.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/app/tournaments/[id]/page.tsx b/src/app/tournaments/[id]/page.tsx index cbe72bb..4417c85 100644 --- a/src/app/tournaments/[id]/page.tsx +++ b/src/app/tournaments/[id]/page.tsx @@ -166,7 +166,7 @@ export default function TournamentDetailPage() { id: "4", title: "Average Tournament Size", subtitle: "Players per competitive event", category: "Scale", value: "500-2000"}, ]} animationType="slide-up" - textboxLayout="default" + textboxLayout="centered" useInvertedBackground={false} /> @@ -180,13 +180,16 @@ export default function TournamentDetailPage() { tagAnimation="slide-up" products={[ { - id: "1", brand: "BGMI Pro Series", name: "Elite Squad Championship", price: "₹500 Entry", rating: 5, reviewCount: "1.2k Players", imageSrc: + id: "1", brand: "BGMI Pro Series", name: "Elite Squad Championship", price: "₹500 Entry", rating: 5, + reviewCount: "1.2k Players", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/bgmi-battlegrounds-mobile-india-game-sho-1773235084955-5a491238.png", imageAlt: "BGMI Elite Squad Championship"}, { - id: "2", brand: "PUBG Mobile Masters", name: "Royale Domination Cup", price: "₹750 Entry", rating: 5, reviewCount: "800 Players", imageSrc: + id: "2", brand: "PUBG Mobile Masters", name: "Royale Domination Cup", price: "₹750 Entry", rating: 5, + reviewCount: "800 Players", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/pubg-mobile-game-showcase-with-intense-b-1773235084577-0b35fc43.png", imageAlt: "PUBG Mobile Royale Domination Cup"}, { - id: "3", brand: "Free Fire Legends", name: "Commando Combat League", price: "₹300 Entry", rating: 5, reviewCount: "1.8k Players", imageSrc: + id: "3", brand: "Free Fire Legends", name: "Commando Combat League", price: "₹300 Entry", rating: 5, + reviewCount: "1.8k Players", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AniZYSGI7fOLw18dFtXUc2PJnK/free-fire-mobile-game-showcase-with-fast-1773235084539-aba00604.png", imageAlt: "Free Fire Commando Combat League"}, ]} gridVariant="three-columns-all-equal-width"