import Image from "next/image" function Head({ doctor }) { return (
profile doctor

{doctor.name}

تخصص: {doctor.expertise}

) } export default Head