Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ec719c90e3 | |||
| 77aa799d90 | |||
| 9aa2558c62 | |||
| 1c57ddde5d |
@@ -54,9 +54,9 @@ export default function LandingPage() {
|
||||
tag="Expert Dental Care"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call for Free Consultation", href: "tel:+919999999999"},
|
||||
text: "Call for Free Consultation", onClick: () => { window.location.href = "tel:+919999999999"; }},
|
||||
{
|
||||
text: "Book Appointment", href: "#contact"},
|
||||
text: "Book Appointment", onClick: () => { document.querySelector("#contact")?.scrollIntoView({ behavior: "smooth" }); }},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user