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"