From 7608de671a5b17590f91517f44648bb348b6435b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:33:42 +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 07f3076..3885ec5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -197,7 +197,7 @@ export default function LandingPage() { animationType="entrance-slide" buttons={[ { text: "Schedule Appointment", href: "#" }, - { text: "Contact Concierge", href: "#" } + { text: "Get Exclusive Quote", href: "#" } ]} background={{ variant: "plain" }} useInvertedBackground={false} -- 2.49.1