Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-12 11:16:30 +00:00

View File

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