Update src/app/about/page.tsx
This commit is contained in:
@@ -32,8 +32,7 @@ export default function AboutPage() {
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Adopt Today",
|
||||
href: "/adopt"
|
||||
text: "Adopt Today", href: "/adopt"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -42,6 +41,7 @@ export default function AboutPage() {
|
||||
<AboutMetric
|
||||
title="Paws Haven is dedicated to rescuing, rehabilitating, and rehoming animals in need. For over a decade, we've been giving pets a second chance at life with loving families. Our mission extends beyond simple adoption - we provide comprehensive care, medical treatment, and behavioral rehabilitation to ensure every animal that comes through our doors has the best possible chance at finding their forever home."
|
||||
useInvertedBackground={false}
|
||||
metricsAnimation="slide-up"
|
||||
metrics={[
|
||||
{ icon: Heart, label: "Animals Rescued", value: "2,500+" },
|
||||
{ icon: Home, label: "Happy Homes", value: "2,300+" },
|
||||
@@ -61,30 +61,15 @@ export default function AboutPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Leadership",
|
||||
title: "Veterinary Care",
|
||||
subtitle: "Expert medical attention",
|
||||
description: "Our veterinary team provides comprehensive medical care including vaccinations, spay/neuter services, dental care, and treatment for any health issues. Every animal receives a thorough health examination before being placed for adoption.",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/beautiful-sad-woman-saying-goodbye-her-old-german-shepherd-professional-male-veterinarian-preparing-ready-put-down-sick-dog_662251-2307.jpg",
|
||||
imageAlt: "Veterinarian caring for dog"
|
||||
tag: "Leadership", title: "Veterinary Care", subtitle: "Expert medical attention", description: "Our veterinary team provides comprehensive medical care including vaccinations, spay/neuter services, dental care, and treatment for any health issues. Every animal receives a thorough health examination before being placed for adoption.", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-sad-woman-saying-goodbye-her-old-german-shepherd-professional-male-veterinarian-preparing-ready-put-down-sick-dog_662251-2307.jpg", imageAlt: "Veterinarian caring for dog"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Support",
|
||||
title: "Animal Behaviorists",
|
||||
subtitle: "Specialized training and rehabilitation",
|
||||
description: "Our certified animal behaviorists work with pets that need special attention, helping them overcome trauma and develop positive behaviors. This ensures they're ready for their new families and increases adoption success rates.",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-owner-holding-dog_23-2149304308.jpg",
|
||||
imageAlt: "Behaviorist working with dog"
|
||||
tag: "Support", title: "Animal Behaviorists", subtitle: "Specialized training and rehabilitation", description: "Our certified animal behaviorists work with pets that need special attention, helping them overcome trauma and develop positive behaviors. This ensures they're ready for their new families and increases adoption success rates.", imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-owner-holding-dog_23-2149304308.jpg", imageAlt: "Behaviorist working with dog"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Community",
|
||||
title: "Volunteer Network",
|
||||
subtitle: "Passionate community support",
|
||||
description: "Over 200 volunteers help with daily operations including feeding, exercise, socialization, and administrative tasks. Our volunteers are the heart of our organization, providing love and attention to every animal in our care.",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/vet-with-nurse-examining-german-shepherd_7502-9552.jpg",
|
||||
imageAlt: "Volunteers caring for animals"
|
||||
tag: "Community", title: "Volunteer Network", subtitle: "Passionate community support", description: "Over 200 volunteers help with daily operations including feeding, exercise, socialization, and administrative tasks. Our volunteers are the heart of our organization, providing love and attention to every animal in our care.", imageSrc: "https://img.b2bpic.net/free-photo/vet-with-nurse-examining-german-shepherd_7502-9552.jpg", imageAlt: "Volunteers caring for animals"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -98,24 +83,21 @@ export default function AboutPage() {
|
||||
copyrightText="© 2025 Paws Haven Animal Shelter | Changing Lives, One Pet at a Time"
|
||||
columns={[
|
||||
{
|
||||
title: "Adopt",
|
||||
items: [
|
||||
title: "Adopt", items: [
|
||||
{ label: "Available Pets", href: "/adopt" },
|
||||
{ label: "Adoption Process", href: "/about" },
|
||||
{ label: "Success Stories", href: "/" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{ label: "Our Mission", href: "/about" },
|
||||
{ label: "Meet Our Team", href: "/about" },
|
||||
{ label: "Our Impact", href: "/about" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Volunteer", href: "/contact" }
|
||||
|
||||
Reference in New Issue
Block a user