import Link from "next/link"; export default function ProductCard({ prodId, prodName, categoryName, prodPrice, imageUrl }) { return (
{categoryName}