diff --git a/src/app/admin-panel/page.tsx b/src/app/admin-panel/page.tsx index 0594aaa..3c67980 100644 --- a/src/app/admin-panel/page.tsx +++ b/src/app/admin-panel/page.tsx @@ -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: "#" }, diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 84c00fb..962bf5e 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -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: "#" }, diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e65b9e6..e5468bb 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1427,6 +1427,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +