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" diff --git a/src/app/page.tsx b/src/app/page.tsx index 68f5ac4..b58ee2f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -215,13 +215,13 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "1", value: "Volunteer", title: "Become a Volunteer", description: "Help care for animals and support adoption events", imageSrc: "http://img.b2bpic.net/free-photo/woman-playing-with-rescue-dogs-shelter_23-2148682984.jpg?_wi=1" + id: "1", value: "Volunteer", title: "Become a Volunteer", description: "Help care for animals and support adoption events", videoSrc: "http://img.b2bpic.net/free-photo/woman-playing-with-rescue-dogs-shelter_23-2148682984.jpg?_wi=1" }, { - id: "2", value: "Donate", title: "Financial Support", description: "Every dollar funds medical care and shelter operations", imageSrc: "http://img.b2bpic.net/free-photo/woman-playing-with-rescue-dogs-shelter_23-2148682984.jpg?_wi=2" + id: "2", value: "Donate", title: "Financial Support", description: "Every dollar funds medical care and shelter operations", videoSrc: "http://img.b2bpic.net/free-photo/woman-playing-with-rescue-dogs-shelter_23-2148682984.jpg?_wi=2" }, { - id: "3", value: "Sponsor", title: "Sponsor a Pet", description: "Help fund care for a specific animal on their journey to adoption", imageSrc: "http://img.b2bpic.net/free-photo/woman-playing-with-rescue-dogs-shelter_23-2148682984.jpg?_wi=3" + id: "3", value: "Sponsor", title: "Sponsor a Pet", description: "Help fund care for a specific animal on their journey to adoption", videoSrc: "http://img.b2bpic.net/free-photo/woman-playing-with-rescue-dogs-shelter_23-2148682984.jpg?_wi=3" } ]} animationType="slide-up"