3 Commits

Author SHA1 Message Date
e5d8fa37e0 Update src/app/page.tsx 2026-04-20 04:48:35 +00:00
68bea79fb0 Merge version_2 into main
Merge version_2 into main
2026-04-20 04:47:23 +00:00
ec2b147002 Merge version_2 into main
Merge version_2 into main
2026-04-20 04:46:55 +00:00

View File

@@ -128,7 +128,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
title="Begin Your Wellness Journey"
description="Drop us a message and our team will get back to you immediately to confirm your appointment."
description="Visit us at Aerocity, near IGI airport, Worldmark, 2nd floor. Drop us a message to confirm your appointment."
inputs={[{ name: "name", type: "text", placeholder: "Full Name" }, { name: "email", type: "email", placeholder: "Email Address" }]}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-looking-out-window_23-2149622868.jpg"
@@ -144,4 +144,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}