diff --git a/src/app/page.tsx b/src/app/page.tsx
index a60dd50..eda4342 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,14 +32,10 @@ export default function LandingPage() {
@@ -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() {