Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 97adf8347f | |||
| 04097e463f |
@@ -218,6 +218,9 @@ export default function LandingPage() {
|
|||||||
name: "goal", placeholder: "Your fitness goal", rows: 3,
|
name: "goal", placeholder: "Your fitness goal", rows: 3,
|
||||||
}}
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/charming-woman-dark-underground-parking_23-2147771348.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/charming-woman-dark-underground-parking_23-2147771348.jpg"
|
||||||
|
onSubmit={(data) => {
|
||||||
|
window.location.href = `mailto:ysiddharth461@gmail.com?subject=New Fitness Lead&body=Name: ${data.name}%0APhone: ${data.phone}%0AGoal: ${data.goal}`;
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user