import Card from "@/components/Card";
interface Props {
className?: string;
}
const Awards = ({ className }: Props) => {
return (
Awards
-
Andrew Taylor Still Medallion of Honor
2019 — Lifetime Achievement Award by the American
Academy of Osteopathy.
-
Top Performer
2018 — DO-Touch.NET, Physician Practice Based Research
Network.
-
Sutherland Memorial Lecturer
1999 — Osteopathic Cranial Academy
-
Diplomat
1979 — National Board of Examiners for Osteopathic
Physicians and Surgeons
);
};
export default Awards;