Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-06 14:22:34 +00:00

View File

@@ -32,14 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Collections", id: "#collections"},
{
name: "Services", id: "#services"},
{
name: "Events", id: "#events"},
{
name: "About", id: "#about"},
{ name: "Collections", id: "collections" },
{ name: "Services", id: "services" },
{ name: "Events", id: "events" },
{ name: "About", id: "about" },
]}
brandName="The Vision Library"
/>
@@ -62,10 +58,6 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/study-group-learning-library_23-2149215381.jpg", imageAlt: "student studying university library"},
{
imageSrc: "http://img.b2bpic.net/free-photo/brazilian-people-celebrating-easter_23-2151297746.jpg", imageAlt: "community center family activity"},
{
imageSrc: "http://img.b2bpic.net/free-photo/barefoot-woman-reading-blanket-near-window_23-2147849135.jpg", imageAlt: "modern library interior architecture"},
{
imageSrc: "http://img.b2bpic.net/free-photo/rewriting-text_1098-15227.jpg", imageAlt: "student studying university library"},
]}
mediaAnimation="slide-up"
/>
@@ -92,11 +84,11 @@ export default function LandingPage() {
useInvertedBackground={true}
negativeCard={{
items: [
"Limited Hours", "Restricted Access", "Offline Only", "Old Equipment", "Static Archives"],
"Limited Hours", "Restricted Access", "Offline Only", "Old Equipment", "Static Archives"],
}}
positiveCard={{
items: [
"24/7 Digital Hub", "Accessible Collections", "Expert Research Support", "Technology Labs", "Community Workshops"],
"24/7 Digital Hub", "Accessible Collections", "Expert Research Support", "Technology Labs", "Community Workshops"],
}}
title="Library Services"
description="Discover our comprehensive range of services tailored to meet the needs of all our visitors."
@@ -116,10 +108,6 @@ export default function LandingPage() {
id: "c2", name: "Classic Fiction", price: "Borrow Now", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-having-bookstore-date_23-2150334597.jpg"},
{
id: "c3", name: "Digital Archives", price: "Access Now", imageSrc: "http://img.b2bpic.net/free-photo/kids-being-part-sunday-school_23-2149582950.jpg"},
{
id: "c4", name: "Children's Literature", price: "Borrow Now", imageSrc: "http://img.b2bpic.net/free-photo/front-view-student-holding-books-library_23-2148727868.jpg"},
{
id: "c5", name: "Language Programs", price: "Enroll Now", imageSrc: "http://img.b2bpic.net/free-photo/friends-learning-study-group_23-2149257190.jpg"},
]}
title="Curated Collections"
description="Explore our vast library of resources spanning academia, fiction, and digital media."
@@ -152,7 +140,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
animationType="scale-rotate"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
@@ -162,10 +150,6 @@ export default function LandingPage() {
id: "t2", testimonial: "I love the tech workshops.", name: "Mark C.", handle: "@markc"},
{
id: "t3", testimonial: "Children events are wonderful.", name: "Lisa R.", handle: "@lisar"},
{
id: "t4", testimonial: "Digital literacy support changed my life.", name: "James K.", handle: "@jamesk"},
{
id: "t5", testimonial: "Quiet study rooms are invaluable.", name: "Emily W.", handle: "@emilyw"},
]}
title="Community Voices"
description="See what our members have to say about the library experience."
@@ -186,13 +170,14 @@ export default function LandingPage() {
id: "f3", title: "WiFi available?", content: "Yes, high-speed WiFi for all."},
]}
title="Questions?"
description="Common inquiries from our community members."
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{ variant: "glowing-orb" }}
background={{ variant: "sparkles-gradient" }}
tag="Get in touch"
title="Visit us today and start your journey."
description="We are located at the heart of the community. Stop by or reach out via email."
@@ -223,12 +208,6 @@ export default function LandingPage() {
label: "Support", href: "#"},
],
},
{
title: "Legal", items: [
{
label: "Privacy Policy", href: "#"},
],
},
]}
/>
</div>