From 5918b07235824ebbbd967c8c2f2f801322ae5674 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 18:57:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 340 ++++++++--------------------------------------- 1 file changed, 52 insertions(+), 288 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e1f2234..968c31e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -147,50 +85,26 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Advanced Search", - description: "Powerful filters for academic results.", - icon: Search, + title: "Advanced Search", description: "Powerful filters for academic results.", icon: Search, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062983.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-white-blank-paper-with-cellphone-wooden-table_23-2147885722.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/from-stack-books_23-2147767314.jpg?_wi=2", - imageAlt: "software search interface catalog", + { imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062983.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-white-blank-paper-with-cellphone-wooden-table_23-2147885722.jpg" } + ] }, { - title: "Global Archive", - description: "Millions of digitized documents available.", - icon: Globe, + title: "Global Archive", description: "Millions of digitized documents available.", icon: Globe, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/people-college-library_23-2147678896.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/city-committed-education-collage-concept_23-2150062199.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-indoors_23-2148680246.jpg?_wi=2", - imageAlt: "software search interface catalog", + { imageSrc: "http://img.b2bpic.net/free-photo/people-college-library_23-2147678896.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/city-committed-education-collage-concept_23-2150062199.jpg" } + ] }, { - title: "Expert Assistance", - description: "Personalized support for your inquiries.", - icon: MessageSquare, + title: "Expert Assistance", description: "Personalized support for your inquiries.", icon: MessageSquare, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/young-team-coworkers-working-project_273609-15674.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-using-nebulizer_23-2150535953.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-spectacles_1303-14468.jpg?_wi=2", - imageAlt: "software search interface catalog", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-team-coworkers-working-project_273609-15674.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-using-nebulizer_23-2150535953.jpg" } + ] + } ]} title="Library Services" description="Enhance your research with our specialized tools." @@ -204,60 +118,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} products={[ - { - id: "p1", - brand: "Archive", - name: "The History of Printing", - price: "$45", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-typesetting-letters_23-2149430862.jpg", - }, - { - id: "p2", - brand: "Archive", - name: "Renaissance Art", - price: "$55", - rating: 4, - reviewCount: "89", - imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-female-artist-reading-anatomy-book-learning-concept_169016-66232.jpg", - }, - { - id: "p3", - brand: "Archive", - name: "Medieval Manuscripts", - price: "$65", - rating: 5, - reviewCount: "210", - imageSrc: "http://img.b2bpic.net/free-photo/gold-textured-background_53876-148169.jpg", - }, - { - id: "p4", - brand: "Archive", - name: "Modern Fiction", - price: "$25", - rating: 5, - reviewCount: "430", - imageSrc: "http://img.b2bpic.net/free-photo/real-life-zodiac-collage_23-2149588402.jpg", - }, - { - id: "p5", - brand: "Archive", - name: "Science Frontiers", - price: "$35", - rating: 4, - reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/composed-book-blackboard_23-2147654599.jpg", - }, - { - id: "p6", - brand: "Archive", - name: "Poetry Classics", - price: "$20", - rating: 5, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/book-mock-up-with-roses-brown-pot_23-2148273522.jpg", - }, + { id: "p1", brand: "Archive", name: "The History of Printing", price: "$45", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-typesetting-letters_23-2149430862.jpg" }, + { id: "p2", brand: "Archive", name: "Renaissance Art", price: "$55", rating: 4, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-female-artist-reading-anatomy-book-learning-concept_169016-66232.jpg" }, + { id: "p3", brand: "Archive", name: "Medieval Manuscripts", price: "$65", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/gold-textured-background_53876-148169.jpg" }, + { id: "p4", brand: "Archive", name: "Modern Fiction", price: "$25", rating: 5, reviewCount: "430", imageSrc: "http://img.b2bpic.net/free-photo/real-life-zodiac-collage_23-2149588402.jpg" }, + { id: "p5", brand: "Archive", name: "Science Frontiers", price: "$35", rating: 4, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/composed-book-blackboard_23-2147654599.jpg" }, + { id: "p6", brand: "Archive", name: "Poetry Classics", price: "$20", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/book-mock-up-with-roses-brown-pot_23-2148273522.jpg" } ]} title="Featured Editions" description="Our most popular books and curated reading lists." @@ -271,46 +137,11 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Lisa G.", - role: "Student", - company: "University", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-library-couch_273609-12733.jpg", - }, - { - id: "t2", - name: "Tom H.", - role: "Author", - company: "Self", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-with-black-glasses_1098-523.jpg", - }, - { - id: "t3", - name: "Emily B.", - role: "Editor", - company: "Publishing", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-book_23-2148680226.jpg", - }, - { - id: "t4", - name: "David Z.", - role: "Historian", - company: "Institute", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-caucasian-young-man-holding-cup-reading_1262-17085.jpg", - }, - { - id: "t5", - name: "Anna K.", - role: "Teacher", - company: "School", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-attractive-africanamerican-woman-smiling-looking-happy-standing-yellow-backgroun_1258-130180.jpg", - }, + { id: "t1", name: "Lisa G.", role: "Student", company: "University", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-library-couch_273609-12733.jpg" }, + { id: "t2", name: "Tom H.", role: "Author", company: "Self", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-with-black-glasses_1098-523.jpg" }, + { id: "t3", name: "Emily B.", role: "Editor", company: "Publishing", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-book_23-2148680226.jpg" }, + { id: "t4", name: "David Z.", role: "Historian", company: "Institute", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pensive-caucasian-young-man-holding-cup-reading_1262-17085.jpg" }, + { id: "t5", name: "Anna K.", role: "Teacher", company: "School", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-attractive-africanamerican-woman-smiling-looking-happy-standing-yellow-backgroun_1258-130180.jpg" } ]} title="Community Voices" description="What our library patrons have to say." @@ -323,21 +154,9 @@ export default function LandingPage() { title="Our Impact" tag="By the numbers" metrics={[ - { - id: "m1", - value: "1.2M+", - description: "Documents preserved", - }, - { - id: "m2", - value: "85K", - description: "Daily visitors", - }, - { - id: "m3", - value: "24/7", - description: "Access support", - }, + { id: "m1", value: "1.2M+", description: "Documents preserved" }, + { id: "m2", value: "85K", description: "Daily visitors" }, + { id: "m3", value: "24/7", description: "Access support" } ]} metricsAnimation="slide-up" /> @@ -348,21 +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: "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." } ]} title="Knowledge Access FAQs" description="Answers to common questions." @@ -373,16 +180,9 @@ export default function LandingPage() {
@@ -390,49 +190,13 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1