import View from "@/components/View"; import BoardCerts from "./components/BoardCerts"; import Fellowships from "./components/Fellowships"; import Awards from "./components/Awards"; import headshot from "@/public/content/dr_feely_headshot2.png"; import Image from "next/image"; const CertsAndFellows = () => { return (

Accolades & Awards

Picture of Dr. feely
); }; export default CertsAndFellows;