From d41e88e8fe193ffe928f9986a82636399f8ec1cf Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 18:53:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index db162c1..38c2c19 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -197,6 +197,7 @@ export default function LandingPage() { description="Find quick answers to common questions about StudyGenius AI. If you can't find what you're looking for, feel free to contact our support." tag="Need Help?" faqsAnimation="blur-reveal" + ariaLabel="Frequently Asked Questions section" /> @@ -252,6 +253,7 @@ export default function LandingPage() { { text: "Contact Sales", href: "#"}, ]} + ariaLabel="Contact Us and Get Started section" /> -- 2.49.1