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"