From 3dfc42192fa61560f5ce254fa87e1641ca5a79ca Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 06:57:09 +0000 Subject: [PATCH] Update src/app/admin-panel/page.tsx --- src/app/admin-panel/page.tsx | 87 ++++++++++-------------------------- 1 file changed, 23 insertions(+), 64 deletions(-) diff --git a/src/app/admin-panel/page.tsx b/src/app/admin-panel/page.tsx index 3c67980..8cfd3d0 100644 --- a/src/app/admin-panel/page.tsx +++ b/src/app/admin-panel/page.tsx @@ -34,8 +34,7 @@ export default function AdminPanel() { const footerColumns = [ { - title: "Betting", - items: [ + title: "Betting", items: [ { label: "Live Betting", href: "/live-betting" }, { label: "Upcoming Matches", href: "/upcoming-matches" }, { label: "Betting Tips", href: "#" }, @@ -43,8 +42,7 @@ export default function AdminPanel() { ], }, { - title: "Account", - items: [ + title: "Account", items: [ { label: "Dashboard", href: "/dashboard" }, { label: "Wallet Balance", href: "#" }, { label: "Betting History", href: "#" }, @@ -52,8 +50,7 @@ export default function AdminPanel() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "FAQ", href: "#faq" }, { label: "Contact Us", href: "#" }, { label: "Live Chat", href: "#" }, @@ -61,8 +58,7 @@ export default function AdminPanel() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms & Conditions", href: "#" }, { label: "Responsible Gaming", href: "#" }, @@ -70,8 +66,7 @@ export default function AdminPanel() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "#" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, @@ -87,7 +82,7 @@ export default function AdminPanel() { borderRadius="rounded" contentWidth="compact" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="glass" @@ -101,7 +96,7 @@ export default function AdminPanel() { @@ -206,34 +180,19 @@ export default function AdminPanel() { animationType="slide-up" features={[ { - id: "1", - 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?_wi=4", - buttons: [ + id: "1", 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", buttons: [ { text: "Manage Users", href: "#" }, { text: "View Analytics", href: "#" }, ], }, { - id: "2", - 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?_wi=2", - buttons: [ + id: "2", 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", buttons: [ { text: "Add Match", href: "#" }, { text: "Set Odds", href: "#" }, ], }, { - id: "3", - 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?_wi=2", - buttons: [ + id: "3", 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", buttons: [ { text: "Process Withdrawals", href: "#" }, { text: "View Transactions", href: "#" }, ],