import React from "react"; import Container from "./container"; const Cta = () => { return (

Ready to try-out Helping Hands?

text here // text here // text here // text here //

Sign Up for Free
); } export default Cta;