From 63728d296b2e2ae774a1d87d4b35f2143bcf0f84 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 01:46:05 +0000 Subject: [PATCH] Update src/app/call-history/page.tsx --- src/app/call-history/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/call-history/page.tsx b/src/app/call-history/page.tsx index 1b791f6..49bb771 100644 --- a/src/app/call-history/page.tsx +++ b/src/app/call-history/page.tsx @@ -35,6 +35,7 @@ export default function CallHistoryPage() { { name: "Call History", id: "/call-history" }, ]} brandName="ReceptionistAI" + button={{ text: "Get Started", href: "/contact" }} /> -- 2.49.1