From cd5e0ea4f1e6a7ec0c037e2f3d49490a84fa67a3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 20:24:07 +0000 Subject: [PATCH] Update src/app/admin/dashboard/page.tsx --- src/app/admin/dashboard/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/admin/dashboard/page.tsx b/src/app/admin/dashboard/page.tsx index 6f92466..478244e 100644 --- a/src/app/admin/dashboard/page.tsx +++ b/src/app/admin/dashboard/page.tsx @@ -3,9 +3,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import FooterCard from '@/components/sections/footer/FooterCard'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; -import { LayoutDashboard, Users, Trophy, Settings } from "lucide-react"; +import { Twitter } from "lucide-react"; export default function AdminDashboardPage() { return ( @@ -41,22 +41,22 @@ export default function AdminDashboardPage() { useInvertedBackground={true} metrics={[ { - id: "m1", value: "42", title: "Pending Applications", description: "Review new player submissions", imageSrc: "http://img.b2bpic.net/free-photo/cool-gaming-setup-indoors-still-life_23-2149829153.jpg" + id: "m1", value: "42", title: "Pending Applications", description: "Review new player submissions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgLlXOagsJs717z6byrfTfBUdK/uploaded-1776803028642-yl74h2po.png" }, { - id: "m2", value: "12", title: "Active Tournaments", description: "Monitor ongoing competitions", imageSrc: "http://img.b2bpic.net/free-photo/spacious-apartment-with-modern-home-office-setup-featuring-cozy-decor_482257-120763.jpg" + id: "m2", value: "12", title: "Active Tournaments", description: "Monitor ongoing competitions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgLlXOagsJs717z6byrfTfBUdK/uploaded-1776803028642-2otekcey.png" }, { - id: "m3", value: "99.9%", title: "System Health", description: "All servers operational", imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746584.jpg" + id: "m3", value: "99.9%", title: "System Health", description: "All servers operational", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CgLlXOagsJs717z6byrfTfBUdK/uploaded-1776803028642-ihovjeah.png" } ]} />