Merge version_1 into main #1

Merged
bender merged 6 commits from version_1 into main 2026-03-09 06:55:49 +00:00
6 changed files with 1389 additions and 22 deletions

View File

@@ -113,7 +113,7 @@ export default function AdminPanel() {
dashboard={{
title: "Admin Control Hub",
logoIcon: Activity,
imageSrc: "http://img.b2bpic.net/free-photo/professional-baseball-players_654080-2177.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/professional-baseball-players_654080-2177.jpg?_wi=2",
searchPlaceholder: "Search users or matches...",
sidebarItems: [
{ icon: Home, active: true },
@@ -210,7 +210,7 @@ export default function AdminPanel() {
title: "User Management",
description: "Monitor user accounts, verify KYC documents, manage suspensions, and handle dispute resolutions with detailed audit logs",
tag: "Users",
imageSrc: "http://img.b2bpic.net/free-photo/lady-is-using-mobile-telephone-with-her-business-report-document_1150-6297.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lady-is-using-mobile-telephone-with-her-business-report-document_1150-6297.jpg?_wi=4",
buttons: [
{ text: "Manage Users", href: "#" },
{ text: "View Analytics", href: "#" },
@@ -221,7 +221,7 @@ export default function AdminPanel() {
title: "Match Management",
description: "Create and manage cricket matches, set betting odds, control market availability, and monitor live betting activity in real-time",
tag: "Matches",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-world-tournament-schedule-template_52683-94437.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-world-tournament-schedule-template_52683-94437.jpg?_wi=2",
buttons: [
{ text: "Add Match", href: "#" },
{ text: "Set Odds", href: "#" },
@@ -232,7 +232,7 @@ export default function AdminPanel() {
title: "Financial Operations",
description: "Process withdrawals, manage wallet balances, handle chargebacks, reconcile transactions, and maintain financial reports and compliance",
tag: "Finance",
imageSrc: "http://img.b2bpic.net/free-photo/people-bet-soccer-game-match-internet_53876-163244.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/people-bet-soccer-game-match-internet_53876-163244.jpg?_wi=2",
buttons: [
{ text: "Process Withdrawals", href: "#" },
{ text: "View Transactions", href: "#" },

View File

@@ -139,7 +139,7 @@ export default function DashboardPage() {
description:
"Currently running bets on live matches with real-time odds updates and potential winnings calculated instantly.",
tag: "Live",
imageSrc: "http://img.b2bpic.net/free-photo/lady-is-using-mobile-telephone-with-her-business-report-document_1150-6297.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lady-is-using-mobile-telephone-with-her-business-report-document_1150-6297.jpg?_wi=3",
buttons: [
{ text: "View Bets", href: "#" },
{ text: "Manage", href: "#" },
@@ -151,7 +151,7 @@ export default function DashboardPage() {
description:
"Complete record of all your historical bets including settled bets, winnings, and losses for comprehensive performance tracking.",
tag: "Records",
imageSrc: "http://img.b2bpic.net/free-photo/people-bet-soccer-game-match-internet_53876-163244.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/people-bet-soccer-game-match-internet_53876-163244.jpg?_wi=1",
buttons: [
{ text: "View History", href: "#" },
{ text: "Export", href: "#" },

File diff suppressed because it is too large Load Diff

View File

@@ -105,7 +105,7 @@ export default function LiveBettingPage() {
description:
"T20 International • Live Score: 145/3 in 15 overs • Match in progress",
tag: "Live Now",
imageSrc: "http://img.b2bpic.net/free-vector/goals-habits-tracking-app_23-2148647227.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/goals-habits-tracking-app_23-2148647227.jpg?_wi=5",
buttons: [
{ text: "Place Bet", href: "#" },
{ text: "View Odds", href: "#" },
@@ -117,7 +117,7 @@ export default function LiveBettingPage() {
description:
"T20 International • Bowling dominance • 89/4 in 12 overs live • High volatility market",
tag: "Live Now",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-playing-cricket-sport_23-2151702101.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-playing-cricket-sport_23-2151702101.jpg?_wi=4",
buttons: [
{ text: "Place Bet", href: "#" },
{ text: "View Odds", href: "#" },
@@ -128,7 +128,7 @@ export default function LiveBettingPage() {
title: "Sri Lanka vs West Indies",
description: "ODI Format • Strong batting start • 156/2 in 20 overs live • Balanced match",
tag: "Live Now",
imageSrc: "http://img.b2bpic.net/free-vector/goals-habits-tracking-app_23-2148647227.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/goals-habits-tracking-app_23-2148647227.jpg?_wi=6",
buttons: [
{ text: "Place Bet", href: "#" },
{ text: "View Odds", href: "#" },

View File

@@ -113,7 +113,7 @@ export default function HomePage() {
dashboard={{
title: "Live Match Hub",
logoIcon: Activity,
imageSrc: "http://img.b2bpic.net/free-photo/professional-baseball-players_654080-2177.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/professional-baseball-players_654080-2177.jpg?_wi=1",
searchPlaceholder: "Search matches...",
sidebarItems: [
{ icon: Home, active: true },
@@ -187,7 +187,7 @@ export default function HomePage() {
description:
"T20 International • ODI • Test • Live Score: 145/3 in 15 overs",
tag: "Live Now",
imageSrc: "http://img.b2bpic.net/free-vector/goals-habits-tracking-app_23-2148647227.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/goals-habits-tracking-app_23-2148647227.jpg?_wi=1",
buttons: [
{ text: "Place Bet", href: "#" },
{ text: "View Odds", href: "#" },
@@ -199,7 +199,7 @@ export default function HomePage() {
description:
"T20 International • Bowling dominance • 89/4 in 12 overs live",
tag: "Live Now",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-playing-cricket-sport_23-2151702101.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-playing-cricket-sport_23-2151702101.jpg?_wi=1",
buttons: [
{ text: "Place Bet", href: "#" },
{ text: "View Odds", href: "#" },
@@ -210,7 +210,7 @@ export default function HomePage() {
title: "Sri Lanka vs West Indies",
description: "ODI Format • Strong start • 156/2 in 20 overs live",
tag: "Live Now",
imageSrc: "http://img.b2bpic.net/free-vector/goals-habits-tracking-app_23-2148647227.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/goals-habits-tracking-app_23-2148647227.jpg?_wi=2",
buttons: [
{ text: "Place Bet", href: "#" },
{ text: "View Odds", href: "#" },
@@ -334,7 +334,7 @@ export default function HomePage() {
"CricketBet has transformed my betting experience. The live odds updates are incredibly fast and accurate. Their customer support team is always ready to help. I've been using this platform for 6 months and can't imagine switching.",
tag: "Premium User",
avatarSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/goals-habits-tracking-app_23-2148647227.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/goals-habits-tracking-app_23-2148647227.jpg?_wi=3",
},
{
id: "2",
@@ -345,7 +345,7 @@ export default function HomePage() {
"What I love about CricketBet is the transparency and security. The deposit and withdrawal process is seamless. They offer competitive odds and the interface is very user-friendly even for beginners.",
tag: "Regular User",
avatarSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-playing-cricket-sport_23-2151702101.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-playing-cricket-sport_23-2151702101.jpg?_wi=2",
},
{
id: "3",
@@ -356,7 +356,7 @@ export default function HomePage() {
"As someone who bets regularly, I appreciate the advanced statistics and live scoring features. The analytics dashboard is incredibly detailed. CricketBet really stands out from competitors.",
tag: "Expert Bettor",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-1_1262-1487.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/goals-habits-tracking-app_23-2148647227.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/goals-habits-tracking-app_23-2148647227.jpg?_wi=4",
},
{
id: "4",
@@ -367,7 +367,7 @@ export default function HomePage() {
"The mobile app is fantastic! I can place bets on the go with zero lag. The notifications keep me updated on live scores and my bets. Worth every feature packed in the app.",
tag: "Mobile User",
avatarSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-playing-cricket-sport_23-2151702101.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-playing-cricket-sport_23-2151702101.jpg?_wi=3",
},
{
id: "5",
@@ -378,7 +378,7 @@ export default function HomePage() {
"Never had any issues with CricketBet. Payouts are quick, odds are competitive, and they regularly update with new betting markets. Highly recommended for all cricket fans.",
tag: "VIP Member",
avatarSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lady-is-using-mobile-telephone-with-her-business-report-document_1150-6297.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lady-is-using-mobile-telephone-with-her-business-report-document_1150-6297.jpg?_wi=1",
},
{
id: "6",
@@ -389,7 +389,7 @@ export default function HomePage() {
"I started betting just for fun, and CricketBet made it easy and enjoyable. The tutorials and guides are super helpful. Great community of bettors too!",
tag: "Casual Bettor",
avatarSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lady-is-using-mobile-telephone-with-her-business-report-document_1150-6297.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lady-is-using-mobile-telephone-with-her-business-report-document_1150-6297.jpg?_wi=2",
},
]}
/>

View File

@@ -173,7 +173,7 @@ export default function UpcomingMatchesPage() {
description:
"Scheduled for tomorrow at Eden Gardens, Kolkata. A crucial international T20 match with multiple betting markets including match winner, top scorer, and boundary predictions.",
tag: "Featured",
imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-players-tournament-game_23-2149668563.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-players-tournament-game_23-2149668563.jpg?_wi=1",
buttons: [
{ text: "View Details", href: "#" },
{ text: "Bet Now", href: "#" },
@@ -185,7 +185,7 @@ export default function UpcomingMatchesPage() {
description:
"International ODI format match coming up in 2 days at the National Stadium. High-stakes competition with attractive odds and varied betting opportunities.",
tag: "Featured",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-world-tournament-schedule-template_52683-94437.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-world-tournament-schedule-template_52683-94437.jpg?_wi=1",
buttons: [
{ text: "View Details", href: "#" },
{ text: "Bet Now", href: "#" },
@@ -197,7 +197,7 @@ export default function UpcomingMatchesPage() {
description:
"Extended 5-day Test match starting in 3 days. Perfect for long-term bettors with match outcome, series winner, and session-based betting options.",
tag: "Featured",
imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-players-tournament-game_23-2149668563.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/field-hockey-players-tournament-game_23-2149668563.jpg?_wi=2",
buttons: [
{ text: "View Details", href: "#" },
{ text: "Bet Now", href: "#" },