import React from 'react'; import Link from 'next/link' const ClickHandler = () => { window.scrollTo(10, 0); } const Donors = () => { return (

Ready to take the first step toward your American future?

{/* Free Consultation */} Call us Today
); } export default Donors;