import { Metadata } from "next"; import NOR from "./views/NOR"; import NORArticles from "./views/NORArticles"; import NORVideos from "./views/NORVideos"; export const metadata: Metadata = { title: "Dr. Feely | NOR", description: `Dr. Feely is a highly accomplished physician with over 25 years of experience in osteopathic medicine, acupuncture, herbal medicine, and family practice. He specializes in the treatment of neuromusculoskeletal pain, especially back pain, neck pain and headaches.`, }; const NeuroOcularRelease = () => { return (
); }; export default NeuroOcularRelease;