Update src/app/adopt/page.tsx

This commit is contained in:
2026-02-12 13:40:33 +00:00
parent 58189a0982
commit ab372ea5d6

View File

@@ -13,28 +13,27 @@ export default function AdoptPage() {
{ name: "Adopt", id: "/adopt" },
{ name: "About Us", id: "/about" },
{ name: "Contact", id: "/contact" },
{ name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" },
];
const footerColumns = [
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Adopt", href: "/adopt" },
{ label: "About Us", href: "/about" }
]
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Volunteer", href: "/contact" },
{ label: "Donate", href: "/contact" },
{ label: "Foster", href: "/contact" }
]
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "FAQ", href: "/contact" }
]
@@ -69,9 +68,9 @@ export default function AdoptPage() {
title="Meet Our Adoptable Friends"
description="Ready to find your new family member? Browse our wonderful pets looking for their forever homes. Each one is waiting for a loving companion."
products={[
{ id: "dog-1", brand: "Paws & Hearts", name: "Buddy, The Playful Pup", price: "Adoption Fee: $250", rating: 5, reviewCount: "100+ applications", imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-woman-with-cute-dogs_23-2148928960.jpg", imageAlt: "cute dog adoptable puppy happy pet golden retriever" },
{ id: "cat-1", brand: "Paws & Hearts", name: "Luna, The Cuddly Cat", price: "Adoption Fee: $150", rating: 5, reviewCount: "75+ applications", imageSrc: "https://img.b2bpic.net/free-photo/woman-summer-forest-playing-with-dog_1157-32789.jpg", imageAlt: "adorable cat playful kitten domestic short hair feline friend" },
{ id: "rabbit-1", brand: "Paws & Hearts", name: "Thumper, The Gentle Rabbit", price: "Adoption Fee: $80", rating: 4, reviewCount: "50+ applications", imageSrc: "https://img.b2bpic.net/free-photo/little-girl-holds-puppy-her-arms_8353-153.jpg", imageAlt: "little girl holds puppy her arms" }
{ id: "dog-1", brand: "Paws & Hearts", name: "Buddy, The Playful Pup", price: "Adoption Fee: $250", rating: 5, reviewCount: "100+ applications", imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-woman-with-cute-dogs_23-2148928960.jpg", imageAlt: "Friendly Golden Retriever looking for a home" },
{ id: "cat-1", brand: "Paws & Hearts", name: "Luna, The Cuddly Cat", price: "Adoption Fee: $150", rating: 5, reviewCount: "75+ applications", imageSrc: "https://img.b2bpic.net/free-photo/woman-summer-forest-playing-with-dog_1157-32789.jpg", imageAlt: "Adorable domestic shorthair cat" },
{ id: "rabbit-1", brand: "Paws & Hearts", name: "Thumper, The Gentle Rabbit", price: "Adoption Fee: $80", rating: 4, reviewCount: "50+ applications", imageSrc: "https://img.b2bpic.net/free-photo/little-girl-holds-puppy-her-arms_8353-153.jpg", imageAlt: "Cute rabbit looking for a quiet home" }
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -85,9 +84,9 @@ export default function AdoptPage() {
title="Our Simple Adoption Process"
description="We make adopting your new companion a joyful and straightforward experience, ensuring the best match for everyone involved."
features={[
{ id: 1, title: "Browse Our Pets Online", description: "Explore our gallery of adoptable animals. Filter by species, age, size, and personality traits to find your perfect match.", imageSrc: "https://img.b2bpic.net/free-photo/woman-holding-tablet-medium-shot_23-2148928979.jpg", imageAlt: "woman holding tablet medium shot" },
{ id: 2, title: "Submit Your Application", description: "Complete our easy online application. This helps us understand your lifestyle and ensures a suitable home for our animals.", imageSrc: "https://img.b2bpic.net/free-photo/young-woman-working-her-laptop-her-dog_23-2148991908.jpg", imageAlt: "young woman working her laptop her dog" },
{ id: 3, title: "Meet & Greet Your Future Friend", description: "Once approved, we'll arrange a personalized meet and greet. Spend time with your potential new family member at our shelter.", imageSrc: "https://img.b2bpic.net/free-photo/vertical-cropped-picture-male-hands-typing-keyboard-using-laptop-petting-dog-cafe_1258-245259.jpg", imageAlt: "vertical cropped picture male hands typing keyboard using laptop petting dog cafe" }
{ id: 1, title: "Browse Our Pets Online", description: "Explore our gallery of adoptable animals. Filter by species, age, size, and personality traits to find your perfect match.", imageSrc: "https://img.b2bpic.net/free-photo/woman-holding-tablet-medium-shot_23-2148928979.jpg", imageAlt: "Person browsing pets on a laptop" },
{ id: 2, title: "Submit Your Application", description: "Complete our easy online application. This helps us understand your lifestyle and ensures a suitable home for our animals.", imageSrc: "https://img.b2bpic.net/free-photo/young-woman-working-her-laptop-her-dog_23-2148991908.jpg", imageAlt: "Hand filling out adoption application form" },
{ id: 3, title: "Meet & Greet Your Future Friend", description: "Once approved, we'll arrange a personalized meet and greet. Spend time with your potential new family member at our shelter.", imageSrc: "https://img.b2bpic.net/free-photo/vertical-cropped-picture-male-hands-typing-keyboard-using-laptop-petting-dog-cafe_1258-245259.jpg", imageAlt: "Family meeting a dog at the shelter" }
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -104,7 +103,7 @@ export default function AdoptPage() {
termsText="By providing your email, you agree to receive updates on our impact and how you can further help."
mediaPosition="right"
imageSrc="https://img.b2bpic.net/free-photo/close-up-farmer-spending-time-with-dog_23-2149140383.jpg"
imageAlt="close-up farmer spending time with dog"
imageAlt="Volunteer petting a dog at the shelter"
background={{ variant: "plain" }}
useInvertedBackground={false}
mediaAnimation="slide-up"