Update src/app/admin/page.tsx

This commit is contained in:
2026-03-03 14:12:07 +00:00
parent e1c98b0033
commit 3e890efacb

View File

@@ -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"