6 Commits

Author SHA1 Message Date
f4d45102e1 Merge version_3 into main
Merge version_3 into main
2026-04-17 18:59:50 +00:00
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
1e9afb0998 Update src/app/page.tsx 2026-04-17 18:58:47 +00:00
9009f36df2 Merge version_1 into main
Merge version_1 into main
2026-04-17 18:57:41 +00:00
b0bb7a7085 Merge version_1 into main
Merge version_1 into main
2026-04-17 18:57:13 +00:00

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
title="Welcome to the Digital Archive"
title="Access the Worlds Wisdom, Instantly"
description="Discover a curated collection of classic literature, modern research, and rare manuscripts."
testimonials={[
{ name: "Alice M.", handle: "@alicereads", testimonial: "The best resource for my historical research projects.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-indoors_23-2148680246.jpg" },
@@ -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>
);
}
}