From daa404e717563eaec466869f2341472c970eb7e4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 11:16:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f06fd6..e9b5dd2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,7 +116,7 @@ export default function LandingPage() { { id: "metric-3", value: "847", description: "Medical Treatments" }, { id: "metric-4", value: "156", description: "Active Volunteers" } ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="blur-reveal" textboxLayout="default" useInvertedBackground={false} @@ -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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=3", 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", 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?_wi=4", 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", imageAlt: "James Williams, Adoption Coordinator" } ]} animationType="scale-rotate" -- 2.49.1