|
|
|
@ -3,7 +3,7 @@ import { SignUpWrap, Title, Subtitle, Textbox, Button } from './style'; |
|
|
|
|
const SignUpForm = () => ( |
|
|
|
|
<SignUpWrap> |
|
|
|
|
<Title>Subscribe</Title> |
|
|
|
|
<Subtitle>You have caught us before we are ready, enter your email below and we will keep you posted</Subtitle> |
|
|
|
|
<Subtitle>Enter your email below to get notified about the new roadmaps, guides and updates</Subtitle> |
|
|
|
|
<form action="https://kamranahmed.us9.list-manage.com/subscribe/post?u=6f57b741a6a939744f1f203a0&id=f9ca4d6aee" target="_blank" method="post"> |
|
|
|
|
<Textbox type="email" name="EMAIL" required placeholder="Your email" /> |
|
|
|
|
<div style={{position: 'absolute', left: '-5000px'}}> |
|
|
|
|