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}