Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-04-17 18:59:51 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}