import React, { FunctionComponent } from 'react'; import { Helmet } from 'react-helmet'; const Home: FunctionComponent = () => { return (
Forms

Welcome to the Altitude forms page

Contact us.

Apply for staff.

); } export default Home;