Merge version_4 into main #4
@@ -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={[
|
||||
{
|
||||
@@ -191,4 +191,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user