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