From 6f19d46a7fa4a7f594687abfc0866c2db725ce96 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 23:36:32 +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 d285ac6..6ca27a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -160,7 +160,7 @@ export default function LandingPage() { animationType="entrance-slide" background={{ variant: "plain" }} useInvertedBackground={false} - buttons={[{ text: "Get in Touch", href: "mailto:contact@trevormelton.com" }]} + buttons={[{ text: "Schedule a Consultation", href: "mailto:contact@trevormelton.com" }]} /> -- 2.49.1