"use client"; import HomePageCarousel from "@/components/HomePageCarousel"; import { ChevronDoubleDownIcon } from "@heroicons/react/24/solid"; import drFeelyPic from "@/public/content/dr_feely_headshot.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 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.

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