From a43d91fba664ad34f39f97eee54560de3f9bda6f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:11:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e6252c6..1028df0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { avatarText="Trusted by 2,000+ satisfied patients" buttons={[ { text: "Book Emergency Appointment", href: "contact" }, - { text: "Call Now: +91-XXXX-XXXX", href: "#" } + { text: "Chat with Dentist Now", href: "contact" } ]} buttonAnimation="slide-up" /> -- 2.49.1