From 3e890efacb42724956b74684ea192ad8eeb28dd2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:12:07 +0000 Subject: [PATCH 1/2] 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" -- 2.49.1 From 3e219027e379cba7b1cca2670f9cccab2d8fb2d7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:12:09 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 2.49.1