4 Commits

Author SHA1 Message Date
97adf8347f Update src/app/page.tsx 2026-05-18 08:31:40 +00:00
04097e463f Merge version_3 into main
Merge version_3 into main
2026-05-18 08:29:33 +00:00
e801cc7ee6 Update src/app/page.tsx 2026-05-18 08:29:27 +00:00
408fdbb6ea Merge version_2 into main
Merge version_2 into main
2026-05-18 08:28:11 +00:00

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
name: "Contact", id: "contact"}, name: "Contact", id: "contact"},
]} ]}
button={{ button={{
text: "WhatsApp", href: "https://wa.me/yournumberhere" text: "WhatsApp", href: "https://wa.me/917011616651"
}} }}
brandName="Everyday Fitness Iconic" brandName="Everyday Fitness Iconic"
/> />
@@ -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>