From 3e890efacb42724956b74684ea192ad8eeb28dd2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:12:07 +0000 Subject: [PATCH] Update src/app/admin/page.tsx --- src/app/admin/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx index fbb8e7b..8c23003 100644 --- a/src/app/admin/page.tsx +++ b/src/app/admin/page.tsx @@ -43,13 +43,13 @@ export default function AdminPage() { useInvertedBackground={false} metrics={[ { - id: "1", value: "24", title: "Active Listings", description: "Pets currently available for adoption" + id: "1", value: "24", title: "Active Listings", description: "Pets currently available for adoption", videoSrc: "/placeholders/placeholder1.webp" }, { - id: "2", value: "156", title: "Total Adoptions", description: "Successful adoptions this year" + id: "2", value: "156", title: "Total Adoptions", description: "Successful adoptions this year", videoSrc: "/placeholders/placeholder1.webp" }, { - id: "3", value: "42", title: "Active Volunteers", description: "Volunteers supporting the mission" + id: "3", value: "42", title: "Active Volunteers", description: "Volunteers supporting the mission", videoSrc: "/placeholders/placeholder1.webp" } ]} animationType="slide-up"