Skip to content

Commit

Permalink
Replace homepage with roadmaps page
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranahmedse committed May 25, 2020
1 parent cf1cca7 commit 6976202
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions pages/index.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
import FeaturedContent from 'components/featured-content/index';
import HeroSection from 'components/hero-section/index';
import PageFooter from 'components/page-footer/index';
import SiteNav from 'components/site-nav';
import Helmet from 'components/helmet';
import DefaultLayout from 'layouts/default/index';
import RoadmapsList from './roadmaps';

const Home = (props) => (
<DefaultLayout>
<Helmet />
<SiteNav />
<HeroSection />
<FeaturedContent />
<PageFooter />
</DefaultLayout>
<RoadmapsList />
);

export default Home;

0 comments on commit 6976202

Please sign in to comment.