From 97adf8347fd38751fc4f6f47b945092674ba8417 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 08:31:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5025796..64a0bbe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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}`; + }} /> -- 2.49.1