Merge version_4 into main #3
@@ -218,6 +218,9 @@ export default function LandingPage() {
|
||||
name: "goal", placeholder: "Your fitness goal", rows: 3,
|
||||
}}
|
||||
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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user