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" 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"