import { type NextPage } from "next/types"; import Image from 'next/image'; const Footer: NextPage = () => { return (
{/** yellow stripe */}
{/** Main footer area */}
University of Iowa logo

Wendell Johnson Speech and Hearing Center

250 Hawkins Dr

Iowa City, IA 52242

) } export default Footer;