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