import Link from "next/link"; import { getStatusClass } from "@/components/petUtils"; export default function PetProfile({ petId, petName, petSpecies, petBreed, petAge, petStatus, petPrice, imageUrl }) { return (
Interested in adopting {petName}? Visit us in store or schedule an appointment.
Schedule an Appointment