import React from 'react' import { Hero } from '../components/hero' export const LandingPage = () => { return ( ) }