import InterviewForm from "./InterviewForm"; import logo from "../Header/logo.webp"; /** * @param {null} null - requires onthing * @returns {JSX.Element} Page - HTML tags and JS functionality * @description The Footer of the page * @author Brock * @todo add who helped developed the site and finalize css */ const InterviewBooking = () => { return ( <>

UofC Baja Interview Form

Please kindly fill out the form and our team will contact you.

); }; export default InterviewBooking;