From 776fcb5d3752bfaa282d343d024fada4290175e5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 11:16:49 +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 e9b5dd2..d67781d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,16 +136,16 @@ export default function LandingPage() { tagAnimation="slide-up" team={[ { - id: "staff-1", name: "Sarah Johnson", role: "Executive Director", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-playing-with-dog_23-2148977503.jpg", imageAlt: "Sarah Johnson, Executive Director" + id: "staff-1", name: "Sarah Johnson", role: "Executive Director", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-playing-with-dog_23-2148977503.jpg?_wi=1", imageAlt: "Sarah Johnson, Executive Director" }, { - id: "staff-2", name: "Dr. Marcus Reid", role: "Chief Veterinarian", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-playing-with-dog_23-2148977503.jpg", imageAlt: "Dr. Marcus Reid, Chief Veterinarian" + id: "staff-2", name: "Dr. Marcus Reid", role: "Chief Veterinarian", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-playing-with-dog_23-2148977503.jpg?_wi=2", imageAlt: "Dr. Marcus Reid, Chief Veterinarian" }, { - id: "staff-3", name: "Emma Chen", role: "Animal Behavior Specialist", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-playing-with-dog_23-2148977503.jpg", imageAlt: "Emma Chen, Animal Behavior Specialist" + id: "staff-3", name: "Emma Chen", role: "Animal Behavior Specialist", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-playing-with-dog_23-2148977503.jpg?_wi=3", imageAlt: "Emma Chen, Animal Behavior Specialist" }, { - id: "staff-4", name: "James Williams", role: "Adoption Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-playing-with-dog_23-2148977503.jpg", imageAlt: "James Williams, Adoption Coordinator" + id: "staff-4", name: "James Williams", role: "Adoption Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-playing-with-dog_23-2148977503.jpg?_wi=4", imageAlt: "James Williams, Adoption Coordinator" } ]} animationType="scale-rotate" -- 2.49.1