From ccf6d8e989335dec09b149717694748715c6dac5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 21:14:35 +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 167a37e..7e1a2ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -190,7 +190,7 @@ export default function LandingPage() { background={{ variant: "plain" }} buttons={[ { text: "Book Appointment", href: "#" }, - { text: "Contact Us", href: "#" } + { text: "Call or Text Now", href: "#" } ]} useInvertedBackground={false} /> -- 2.49.1