6 Commits

Author SHA1 Message Date
35036a026f Merge version_4 into main
Merge version_4 into main
2026-04-20 04:50:28 +00:00
8fe84ccd17 Update src/app/page.tsx 2026-04-20 04:50:25 +00:00
dd315ad4a1 Merge version_3 into main
Merge version_3 into main
2026-04-20 04:48:41 +00:00
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

@@ -52,7 +52,10 @@ export default function LandingPage() {
{ value: "5k+", label: "Happy Guests" },
{ value: "4.9", label: "Rating" }
]}
buttons={[{ text: "Book Consultation", href: "#contact" }]}
buttons={[
{ text: "Call: +91 99999 99999", href: "tel:+919999999999" },
{ text: "WhatsApp", href: "https://wa.me/919999999999" }
]}
/>
</div>
@@ -128,7 +131,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"