Merge version_1 into main #2
204
src/app/page.tsx
204
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="LibManage"
|
||||
/>
|
||||
@@ -53,66 +45,41 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Streamline Your Library Management with LibManage"
|
||||
description="An intelligent, high-converting digital platform designed for modern libraries to manage catalogs, track circulation, and engage readers effortlessly."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-pretty-tired-woman-with-paper-stickers-glasses-sitting-table-black-shirt-working-laptop-co-working-office-funny-face-expression-frustrated-emotion_285396-96.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-pretty-tired-woman-with-paper-stickers-glasses-sitting-table-black-shirt-working-laptop-co-working-office-funny-face-expression-frustrated-emotion_285396-96.jpg"
|
||||
imageAlt="Library management software interface"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-wearing-red-bow-tie-looking-funny_1298-344.jpg",
|
||||
alt: "User 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-wearing-red-bow-tie-looking-funny_1298-344.jpg", alt: "User 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-girl-takes-selfie-with-her-phone-emotions-concept_169016-64227.jpg",
|
||||
alt: "User 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-girl-takes-selfie-with-her-phone-emotions-concept_169016-64227.jpg", alt: "User 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-kneeling-bookshelf_329181-3412.jpg",
|
||||
alt: "User 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-kneeling-bookshelf_329181-3412.jpg", alt: "User 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-young-man-looking-camera-vinyl-store_23-2148237235.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-young-man-looking-camera-vinyl-store_23-2148237235.jpg", alt: "User 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-wearing-red-bow-tie-rocker-gesture_1298-339.jpg",
|
||||
alt: "User 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-wearing-red-bow-tie-rocker-gesture_1298-339.jpg", alt: "User 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ librarians"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Cloud-Based",
|
||||
},
|
||||
type: "text", text: "Cloud-Based"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Real-time Tracking",
|
||||
},
|
||||
type: "text", text: "Real-time Tracking"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Secure Data",
|
||||
},
|
||||
type: "text", text: "Secure Data"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Automated Alerts",
|
||||
},
|
||||
type: "text", text: "Automated Alerts"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Modern UX",
|
||||
},
|
||||
type: "text", text: "Modern UX"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -122,7 +89,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Precision Cataloging for Modern Schools"
|
||||
description="LibManage eliminates administrative bloat with intuitive dashboards and real-time circulation monitoring, allowing librarians to focus on what matters: the students and the community."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/back-school-concept-with-woman-studying-library_23-2148172339.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/back-school-concept-with-woman-studying-library_23-2148172339.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -133,55 +100,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Digital Cataloging",
|
||||
description: "Seamless indexing of resources with automated classification algorithms.",
|
||||
icon: BookOpen,
|
||||
title: "Digital Cataloging", description: "Seamless indexing of resources with automated classification algorithms.", icon: BookOpen,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062975.jpg?_wi=1",
|
||||
imageAlt: "Cataloging",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062975.jpg", imageAlt: "Cataloging"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062975.jpg?_wi=2",
|
||||
imageAlt: "Cataloging detail",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-tired-woman-with-paper-stickers-glasses-sitting-table-black-shirt-working-laptop-co-working-office-funny-face-expression-frustrated-emotion_285396-96.jpg?_wi=2",
|
||||
imageAlt: "modern library dashboard screen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062975.jpg", imageAlt: "Cataloging detail"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Member Analytics",
|
||||
description: "Deep insights into library utilization and reader engagement metrics.",
|
||||
icon: BarChart2,
|
||||
title: "Member Analytics", description: "Deep insights into library utilization and reader engagement metrics.", icon: BarChart2,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/colorful-infographic-graphs-diagrams-illustration_53876-18030.jpg?_wi=1",
|
||||
imageAlt: "Analytics",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/colorful-infographic-graphs-diagrams-illustration_53876-18030.jpg", imageAlt: "Analytics"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/colorful-infographic-graphs-diagrams-illustration_53876-18030.jpg?_wi=2",
|
||||
imageAlt: "Analytics detail",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-school-concept-with-woman-studying-library_23-2148172339.jpg?_wi=2",
|
||||
imageAlt: "librarian working digital library",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/colorful-infographic-graphs-diagrams-illustration_53876-18030.jpg", imageAlt: "Analytics detail"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Smart Reservations",
|
||||
description: "Automated book reservation system to ensure efficient resource flow.",
|
||||
icon: CalendarDays,
|
||||
title: "Smart Reservations", description: "Automated book reservation system to ensure efficient resource flow.", icon: CalendarDays,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/notebook-icon-front-side_187299-39536.jpg?_wi=1",
|
||||
imageAlt: "Reservation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/notebook-icon-front-side_187299-39536.jpg", imageAlt: "Reservation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/notebook-icon-front-side_187299-39536.jpg?_wi=2",
|
||||
imageAlt: "Reservation detail",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062975.jpg?_wi=3",
|
||||
imageAlt: "digital book scanning icon",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/notebook-icon-front-side_187299-39536.jpg", imageAlt: "Reservation detail"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Enterprise-Grade Library Tools"
|
||||
@@ -194,30 +137,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-red-bow-tie-looking-funny_1298-344.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-red-bow-tie-looking-funny_1298-344.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Dr. James Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-takes-selfie-with-her-phone-emotions-concept_169016-64227.jpg",
|
||||
},
|
||||
id: "2", name: "Dr. James Chen", imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-takes-selfie-with-her-phone-emotions-concept_169016-64227.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-kneeling-bookshelf_329181-3412.jpg",
|
||||
},
|
||||
id: "3", name: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/woman-kneeling-bookshelf_329181-3412.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mark Wilson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-looking-camera-vinyl-store_23-2148237235.jpg",
|
||||
},
|
||||
id: "4", name: "Mark Wilson", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-looking-camera-vinyl-store_23-2148237235.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-red-bow-tie-rocker-gesture_1298-339.jpg",
|
||||
},
|
||||
id: "5", name: "Lisa Johnson", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-red-bow-tie-rocker-gesture_1298-339.jpg"},
|
||||
]}
|
||||
cardTitle="Trusted by Librarians Globally"
|
||||
cardTag="Success Stories"
|
||||
@@ -232,22 +160,13 @@ export default function LandingPage() {
|
||||
description="Ready to modernize your library? Contact our team for a personalized demo."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Full Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
{
|
||||
name: "school",
|
||||
type: "text",
|
||||
placeholder: "School/Institution Name",
|
||||
},
|
||||
name: "school", type: "text", placeholder: "School/Institution Name"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-working-desk_23-2149429146.jpg"
|
||||
/>
|
||||
@@ -259,54 +178,33 @@ export default function LandingPage() {
|
||||
logoText="LibManage"
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{
|
||||
label: "Cataloging",
|
||||
href: "#",
|
||||
},
|
||||
label: "Cataloging", href: "#"},
|
||||
{
|
||||
label: "Analytics",
|
||||
href: "#",
|
||||
},
|
||||
label: "Analytics", href: "#"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#",
|
||||
},
|
||||
label: "Pricing", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Docs",
|
||||
href: "#",
|
||||
},
|
||||
label: "Docs", href: "#"},
|
||||
{
|
||||
label: "Help Center",
|
||||
href: "#",
|
||||
},
|
||||
label: "Help Center", href: "#"},
|
||||
{
|
||||
label: "Status",
|
||||
href: "#",
|
||||
},
|
||||
label: "Status", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
label: "Contact", href: "#"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user