import { default as Image } from "next-image-export-optimizer"; import LearnMoreLinkLight from "@/components/LearnMoreLinkLight"; import View from "@/components/View"; import { ArrowTopRightOnSquareIcon } from "@heroicons/react/24/solid"; import ArtLink from "@/components/ArtLink"; import toshikatsu from "@/public/content/toshikatsu.jpg"; const AcuForDocs = () => { return (

For Doctors:

View Dr. Feely's acupuncture resources

Point Categories [PDF]

Or, learn more by reading his articles

View all articles for doctors
Image of Dr. Toshikatsu Yamamoto
Dr. Toshikatsu Yamamoto
); }; export default AcuForDocs;