import HeroSectionLP from '../components/HeroSectionLP' import LandingContent from '../components/LandingContent' import FooterSection from '../components/FooterSection' import NavBarBeta from '../components/NavBarBeta' const Index = () => { return (
) } export default Index