2 Commits

Author SHA1 Message Date
d66de26f2a Update src/app/page.tsx 2026-04-17 18:59:47 +00:00
1fbe32790c Merge version_2 into main
Merge version_2 into main
2026-04-17 18:58:50 +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>
);
}
}