"use client"; import HomePageCarousel from "@/components/HomePageCarousel"; import { ChevronDoubleDownIcon } from "@heroicons/react/24/solid"; import drFeelyPic from "@/public/content/dr_feely_headshot2.png"; import Image from "next/image"; import View from "@/components/View"; /* 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.

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