Update src/app/admin/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user