From 548665c1981efad79dc0742cdf6a64daed7117b1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 04:59:58 +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 7bed11d..bbfb00e 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" }, - { text: "Schedule Consultation", href: "#" } + { 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" } ]} /> -- 2.49.1