From 257596492cc96bfb2a13ce4273c9076667e9c700 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 21 Jun 2026 11:21:02 +0000 Subject: [PATCH] Bob AI: Change the 'Contact Us' button text to 'Call Now (555-0199)'. --- src/pages/HomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index f522571..b08d2f0 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -306,7 +306,7 @@ export default function HomePage() { tag="Get in touch" text="Have a prescription or health inquiry? We are ready to assist you today." primaryButton={{ - text: "Contact Us", + text: "Call Now (555-0199)", href: "tel:555-0199", }} secondaryButton={{ -- 2.49.1