Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bcd14868d6 | |||
| 97adf8347f | |||
| 04097e463f | |||
| e801cc7ee6 | |||
| 408fdbb6ea |
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "WhatsApp", href: "https://wa.me/yournumberhere"
|
||||
text: "WhatsApp", href: "https://wa.me/917011616651"
|
||||
}}
|
||||
brandName="Everyday Fitness Iconic"
|
||||
/>
|
||||
@@ -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