import Link from "next/link"; import { getStatusClass } from "@/components/petUtils"; //Card shown in the adopt grid, links to the pet's detail page export default function PetCard({petId, petName, petSpecies, petStatus, imageUrl}) { return (
{petSpecies}
{petStatus}