|
|
@ -13,7 +13,6 @@ const Contact = () => (
|
|
|
|
name="contact"
|
|
|
|
name="contact"
|
|
|
|
data-netlify-recaptcha="true"
|
|
|
|
data-netlify-recaptcha="true"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<fieldset>
|
|
|
|
|
|
|
|
<label htmlFor="email">Email</label>
|
|
|
|
<label htmlFor="email">Email</label>
|
|
|
|
<input name="email" type="email" required placeholder="Your email address" id="email" />
|
|
|
|
<input name="email" type="email" required placeholder="Your email address" id="email" />
|
|
|
|
<label htmlFor="type">Message type</label>
|
|
|
|
<label htmlFor="type">Message type</label>
|
|
|
@ -29,7 +28,6 @@ const Contact = () => (
|
|
|
|
<button className="button" type="submit">
|
|
|
|
<button className="button" type="submit">
|
|
|
|
Send
|
|
|
|
Send
|
|
|
|
</button>
|
|
|
|
</button>
|
|
|
|
</fieldset>
|
|
|
|
|
|
|
|
</form>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|