From 4e47f6c284e5d965b2d25023e2474e8f07a10780 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 12:37:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dd0d441..4c3f771 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -191,16 +191,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "metric-1", value: "5,000+", title: "Animals Rescued", description: "Lives transformed through rescue and rehabilitation" + id: "metric-1", value: "5,000+", title: "Animals Rescued", description: "Lives transformed through rescue and rehabilitation", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-field-everlasting-flowers-with-brown-dog-istria-croatia_181624-24267.jpg", imageAlt: "Animals Rescued image" }, { - id: "metric-2", value: "98%", title: "Adoption Success", description: "Pets finding loving homes and thriving families" + id: "metric-2", value: "98%", title: "Adoption Success", description: "Pets finding loving homes and thriving families", imageSrc: "http://img.b2bpic.net/free-photo/girl-cute-white-pups-sitting-bed_23-2148797415.jpg", imageAlt: "Adoption Success image" }, { - id: "metric-3", value: "$2.5M", title: "Medical Care Provided", description: "Veterinary services and health support annually" + id: "metric-3", value: "$2.5M", title: "Medical Care Provided", description: "Veterinary services and health support annually", imageSrc: "http://img.b2bpic.net/free-photo/cage-full-dog-puppies_329181-14496.jpg", imageAlt: "Medical Care Provided image" }, { - id: "metric-4", value: "150+", title: "Active Volunteers", description: "Community members dedicated to our mission" + id: "metric-4", value: "150+", title: "Active Volunteers", description: "Community members dedicated to our mission", imageSrc: "http://img.b2bpic.net/free-photo/charming-pampered-pets-play-side-by-side-looking-alert-generated-by-ai_188544-13933.jpg", imageAlt: "Active Volunteers image" } ]} ariaLabel="PawsHome impact metrics and statistics" -- 2.49.1