mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-02-24 11:33:09 +01:00
Replace homepage with roadmaps page
This commit is contained in:
parent
4dde08f4e4
commit
137d366ac9
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user