import NavBarBeta from '../components/NavBarBeta' import HeroSectionHome from '../components/HeroSectionHome' import TradeSection from '../components/TradeSection' import FooterSection from '../components/FooterSection' import LendSection from '../components/LendSection' import CommunitySection from '../components/CommunitySection' const Index = () => { return (
) } export default Index