import { Link } from "react-router-dom"; export default function Card({ name, iconImg, slug }) { return (
  • {name}

    {name}

  • ); }