Update src/app/faq/page.tsx
This commit is contained in:
@@ -31,8 +31,7 @@ export default function FaqPage() {
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Adopt Today",
|
||||
href: "/adopt"
|
||||
text: "Adopt Today", href: "/adopt"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -49,34 +48,22 @@ export default function FaqPage() {
|
||||
imageAlt="Customer support team"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What is the adoption fee?",
|
||||
content: "Adoption fees vary by pet but typically range from $75-$200. This fee helps cover veterinary care, vaccinations, spay/neuter services, and shelter operations. Each pet's specific fee is listed in their profile and includes all medical care provided during their stay with us."
|
||||
id: "1", title: "What is the adoption fee?", content: "Adoption fees vary by pet but typically range from $75-$200. This fee helps cover veterinary care, vaccinations, spay/neuter services, and shelter operations. Each pet's specific fee is listed in their profile and includes all medical care provided during their stay with us."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "How old must I be to adopt?",
|
||||
content: "You must be at least 18 years old to adopt a pet from our shelter. We may require proof of age and residency as part of our application process. If you're under 18, a parent or guardian can complete the adoption process on your behalf."
|
||||
id: "2", title: "How old must I be to adopt?", content: "You must be at least 18 years old to adopt a pet from our shelter. We may require proof of age and residency as part of our application process. If you're under 18, a parent or guardian can complete the adoption process on your behalf."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you accept returns?",
|
||||
content: "Yes, we believe in forever homes but understand life circumstances change. If an adoption doesn't work out, we accept returns within the first 30 days with full assistance in finding a better match. After 30 days, we still work with families to rehome pets if needed."
|
||||
id: "3", title: "Do you accept returns?", content: "Yes, we believe in forever homes but understand life circumstances change. If an adoption doesn't work out, we accept returns within the first 30 days with full assistance in finding a better match. After 30 days, we still work with families to rehome pets if needed."
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Are your pets vaccinated?",
|
||||
content: "All our animals receive age-appropriate vaccinations, flea and tick prevention, microchipping, and comprehensive health checks before adoption. Complete medical records are provided to you upon completion of the adoption process."
|
||||
id: "4", title: "Are your pets vaccinated?", content: "All our animals receive age-appropriate vaccinations, flea and tick prevention, microchipping, and comprehensive health checks before adoption. Complete medical records are provided to you upon completion of the adoption process."
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Can I visit the shelter?",
|
||||
content: "Yes! We welcome visitors during our hours: Monday-Friday 10am-6pm, Saturday-Sunday 11am-5pm. No appointment needed for browsing, but appointments are recommended for specific meet-and-greets to ensure staff availability."
|
||||
id: "5", title: "Can I visit the shelter?", content: "Yes! We welcome visitors during our hours: Monday-Friday 10am-6pm, Saturday-Sunday 11am-5pm. No appointment needed for browsing, but appointments are recommended for specific meet-and-greets to ensure staff availability."
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
title: "What if I'm allergic to pets?",
|
||||
content: "We recommend spending extended time with the specific pet you're interested in before adoption. Many families with mild allergies manage them successfully with proper grooming, air filtration, and regular cleaning practices. Our staff can provide advice on allergy management."
|
||||
id: "6", title: "What if I'm allergic to pets?", content: "We recommend spending extended time with the specific pet you're interested in before adoption. Many families with mild allergies manage them successfully with proper grooming, air filtration, and regular cleaning practices. Our staff can provide advice on allergy management."
|
||||
}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -105,24 +92,21 @@ export default function FaqPage() {
|
||||
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: "/adopt" },
|
||||
{ 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