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