Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-12 12:15:45 +00:00

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
{ text: "Learn More", href: "#about" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/two-stylish-girls-sunny-field-with-dogs_1157-34695.jpg"
imageSrc="http://img.b2bpic.net/free-photo/two-stylish-girls-sunny-field-with-dogs_1157-34695.jpg?_wi=1"
imageAlt="happy animals in shelters with volunteers"
mediaAnimation="slide-up"
testimonials={[
@@ -170,13 +170,13 @@ export default function LandingPage() {
tagAnimation="slide-up"
members={[
{
id: "team-1", name: "Dr. Emily Watson", role: "Veterinary Director", imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-black-suit-with-black-bulldog_1157-33148.jpg", imageAlt: "Dr. Emily Watson, Veterinary Director"
id: "team-1", name: "Dr. Emily Watson", role: "Veterinary Director", imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-black-suit-with-black-bulldog_1157-33148.jpg?_wi=1", imageAlt: "Dr. Emily Watson, Veterinary Director"
},
{
id: "team-2", name: "Marcus Johnson", role: "Adoption Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-male-holding-cute-beagle_23-2148576872.jpg", imageAlt: "Marcus Johnson, Adoption Coordinator"
id: "team-2", name: "Marcus Johnson", role: "Adoption Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-male-holding-cute-beagle_23-2148576872.jpg?_wi=1", imageAlt: "Marcus Johnson, Adoption Coordinator"
},
{
id: "team-3", name: "Lisa Park", role: "Behavioral Specialist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-her-beautiful-dog_1157-36166.jpg", imageAlt: "Lisa Park, Behavioral Specialist"
id: "team-3", name: "Lisa Park", role: "Behavioral Specialist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-her-beautiful-dog_1157-36166.jpg?_wi=1", imageAlt: "Lisa Park, Behavioral Specialist"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -233,19 +233,19 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Volunteer", description: "Join our team of passionate volunteers. Help with animal care, adoption events, fundraising, and more. No experience necessary—we provide training!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-male-holding-cute-beagle_23-2148576872.jpg", imageAlt: "Volunteer helping animals at shelter"
title: "Volunteer", description: "Join our team of passionate volunteers. Help with animal care, adoption events, fundraising, and more. No experience necessary—we provide training!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-male-holding-cute-beagle_23-2148576872.jpg?_wi=2", imageAlt: "Volunteer helping animals at shelter"
},
{
id: 2,
title: "Donate", description: "Financial donations directly support medical care, food, shelter supplies, and rehabilitation programs. Every dollar helps save lives.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-black-suit-with-black-bulldog_1157-33148.jpg", imageAlt: "Supporting animals through donations"
title: "Donate", description: "Financial donations directly support medical care, food, shelter supplies, and rehabilitation programs. Every dollar helps save lives.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-black-suit-with-black-bulldog_1157-33148.jpg?_wi=2", imageAlt: "Supporting animals through donations"
},
{
id: 3,
title: "Foster", description: "Open your home to an animal in need. Foster care frees up shelter space and helps animals adjust before finding their forever homes.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-her-beautiful-dog_1157-36166.jpg", imageAlt: "Foster pet in loving home"
title: "Foster", description: "Open your home to an animal in need. Foster care frees up shelter space and helps animals adjust before finding their forever homes.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-her-beautiful-dog_1157-36166.jpg?_wi=2", imageAlt: "Foster pet in loving home"
},
{
id: 4,
title: "Advocate", description: "Spread the word! Share our animals on social media, tell friends about adoption, and help us reach more potential adopters.", imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-girls-sunny-field-with-dogs_1157-34695.jpg", imageAlt: "Spreading awareness about pet adoption"
title: "Advocate", description: "Spread the word! Share our animals on social media, tell friends about adoption, and help us reach more potential adopters.", imageSrc: "http://img.b2bpic.net/free-photo/two-stylish-girls-sunny-field-with-dogs_1157-34695.jpg?_wi=2", imageAlt: "Spreading awareness about pet adoption"
}
]}
textboxLayout="default"