Add hero section and prepare header
This commit is contained in:
11
pages/home/index.js
Normal file
11
pages/home/index.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import Header from '../../components/header/index';
|
||||
import HeroSection from '../../components/hero-section';
|
||||
|
||||
export const Home = (props) => (
|
||||
<div className='container'>
|
||||
<Header />
|
||||
<HeroSection />
|
||||
</div>
|
||||
);
|
||||
|
||||
export default Home;
|
Reference in New Issue
Block a user