diff --git a/src/app/page.tsx b/src/app/page.tsx index 69919e0..ebefdbc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { background={{ variant: "plain" }} buttons={[ { text: "Book Appointment", href: "contact" }, - { text: "Call Now", href: "#" } + { text: "Call Now", href: "tel:+15551234567" } ]} buttonAnimation="slide-up" mediaItems={[ @@ -277,4 +277,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file