import Link from 'next/link'; const Specialities = ({ taxons = [] }) => { return ( ); }; export default Specialities;