From 925ba13e818629bd0aefd009daa9972517a54fc4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:11:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.49.1