From 2c7bd907f433f022111787e45091c7770d0e0f1b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 05:01:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bbfb00e..7bed11d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -278,8 +278,8 @@ export default function LandingPage() { background={{ variant: "plain" }} useInvertedBackground={false} buttons={[ - { text: "Call (704) 713-4391", href: "tel:(704)713-4391", ariaLabel: "Call Yes Realtors LLC phone number 704 713 4391" }, - { text: "Schedule Consultation", href: "#", ariaLabel: "Schedule a consultation with Yes Realtors LLC" } + { text: "Call (704) 713-4391", href: "tel:(704)713-4391" }, + { text: "Schedule Consultation", href: "#" } ]} /> -- 2.49.1