Merge version_2 into main #6

Merged
bender merged 2 commits from version_2 into main 2026-03-03 14:12:16 +00:00
2 changed files with 6 additions and 6 deletions

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"

View File

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