From e8c2e17bc2842db40bfde3aa11db78d943fdd76f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 18:32:47 +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 e956ba9..145df82 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -241,7 +241,7 @@ export default function LandingPage() { text="Ready to get your finances in order? Let's talk. Call 503-287-4992 or visit our Portland office." buttons={[ { - text: "Schedule a Consultation", href: "#"}, + text: "Schedule a Consultation", href: "mailto:info@liebertcpa.com"}, ]} /> -- 2.49.1