Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 59c3760311 | |||
| 06c86f99cb | |||
| 7bfb03feb2 | |||
| ca497cf08a |
@@ -37,7 +37,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Book Appointment", href: "#contact"
|
text: "Schedule Your Appointment Now", href: "#contact"
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
|||||||
tagIcon={Heart}
|
tagIcon={Heart}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Book Appointment", href: "#contact" },
|
{ text: "Schedule Your Appointment Now", href: "#contact" },
|
||||||
{ text: "Call Now", href: "tel:+917205792463" }
|
{ text: "Call Now", href: "tel:+917205792463" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user