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" } ]} />