"use client"; import HomePageCarousel from "@/components/HomePageCarousel"; import { ChevronDoubleDownIcon } from "@heroicons/react/24/solid"; import drFeelyPic from "@/public/content/dr_feely_headshot2.png"; import { default as Image } from "next-image-export-optimizer"; import View from "@/components/View"; import ArtLink from "@/components/ArtLink"; /* Here be dragons */ const Introduction = () => { return ( {/* "relative" above makes the background work */} {/* we have to do some funky stuff with margins to get the look we want for the home page */}

Richard A. Feely, DO

Dr. Feely is an experienced, highly accomplished physician in osteopathic manipulative medicine, acupuncture, herbal medicine, and family practice. He developed the new osteopathic manipulative procedure Neuro Ocular Release, that takes away pain in just 3 seconds. Dr. Feely specializes in the treatment of neuromusculoskeletal pain—especially head, neck, and back pain.

Dr. Feely is in private practice in Indianapolis.{" "} Learn More

Headshot of Dr. Feely
{/* bouncy arrow :) */}
{/* background image magic */}
); }; export default Introduction;