Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8fe84ccd17 | |||
| dd315ad4a1 | |||
| e5d8fa37e0 | |||
| 68bea79fb0 | |||
| ec2b147002 |
@@ -52,7 +52,10 @@ export default function LandingPage() {
|
|||||||
{ value: "5k+", label: "Happy Guests" },
|
{ value: "5k+", label: "Happy Guests" },
|
||||||
{ value: "4.9", label: "Rating" }
|
{ 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>
|
</div>
|
||||||
|
|
||||||
@@ -128,7 +131,7 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
title="Begin Your Wellness Journey"
|
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" }]}
|
inputs={[{ name: "name", type: "text", placeholder: "Full Name" }, { name: "email", type: "email", placeholder: "Email Address" }]}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-looking-out-window_23-2149622868.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-looking-out-window_23-2149622868.jpg"
|
||||||
|
|||||||
Reference in New Issue
Block a user