|
|
@ -1,10 +1,11 @@ |
|
|
|
|
|
|
|
import Link from 'next/link'; |
|
|
|
import { HeroSectionWrap } from './style'; |
|
|
|
import { HeroSectionWrap } from './style'; |
|
|
|
|
|
|
|
|
|
|
|
const HeroSection = () => ( |
|
|
|
const HeroSection = () => ( |
|
|
|
<HeroSectionWrap> |
|
|
|
<HeroSectionWrap> |
|
|
|
<div className="container"> |
|
|
|
<div className="container"> |
|
|
|
<h1>Developer Roadmaps</h1> |
|
|
|
<h1>Developer Roadmaps</h1> |
|
|
|
<p>Community driven roadmaps, articles and resources for developers. <a href="#">Sign up</a> to share your journey, write guides, track your skillset and get your work reviewed</p> |
|
|
|
<p>Community driven roadmaps, articles and resources for developers. <Link href="/signup"><a>Sign up</a></Link> to share your journey, write guides, track your skillset and get your work reviewed</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</HeroSectionWrap> |
|
|
|
</HeroSectionWrap> |
|
|
|
); |
|
|
|
); |
|
|
|