Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f4d45102e1 | |||
| d66de26f2a | |||
| 1fbe32790c | |||
| 1e9afb0998 | |||
| 9009f36df2 | |||
| b0bb7a7085 |
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlayTestimonial
|
||||
title="Welcome to the Digital Archive"
|
||||
title="Access the World’s 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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user