import type {NextPage} from 'next'; import NavBar from "../components/navbar"; import {Footer} from "../components/footer" const Home: NextPage = () => { return (
{/* MAIN BANNER SECTION BELOW */}
) } export default Home