Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-20 04:48:41 +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>
);
}
}