From d66de26f2a4ed85214ae84485b4606cb31aace1b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 18:59:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bb4e2af..e099d1a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -167,9 +167,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { id: "q1", title: "How to register?", content: "Sign up via the portal on the homepage." }, - { id: "q2", title: "Is access free?", content: "Most of our digital archive is free for students." }, - { id: "q3", title: "Can I borrow items?", content: "Physical copies are available for local library members." } + { id: "q1", title: "How to register?", content: "Registration is simple: visit our registration page at /register to create your account. Please have your student ID number ready for verification." }, + { id: "q2", title: "Is access free?", content: "Access is completely free for all active students. Simply verify your student email address during the sign-up process." }, + { id: "q3", title: "Can I borrow items?", content: "Physical copies are available for local library members. Please bring your institutional ID to our main branch to check out materials." } ]} title="Knowledge Access FAQs" description="Answers to common questions." @@ -199,4 +199,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1