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