Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-15 17:27:25 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
<HeroBillboardScroll
title="Asha Trust Mumbai Library Management System"
description="AI-powered library dashboard with Apple glassmorphism design. Manage books, members, transactions, and access intelligent search with ISBN auto-fill, OCR detection, and personalized recommendations."
background="radial-gradient"
background={{ variant: "radial-gradient" }}
tag="Modern Dashboard"
tagAnimation="slide-up"
buttons={[
@@ -55,7 +55,7 @@ export default function LandingPage() {
{ text: "Member Access", href: "#member-login" }
]}
buttonAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-vector/dashboard-infographic-element-set_52683-30296.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-vector/dashboard-infographic-element-set_52683-30296.jpg"
imageAlt="Library Dashboard Interface"
/>
</div>
@@ -88,11 +88,11 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Book Management", description: "Add, edit, and manage books with ISBN auto-fill from databases. Upload book covers with OCR text detection. Track inventory and availability in real-time glass panels.", imageSrc: "http://img.b2bpic.net/free-vector/art-deco-style-wedding-invitation-template_23-2147941955.jpg?_wi=1", imageAlt: "Book Management Interface"
title: "Book Management", description: "Add, edit, and manage books with ISBN auto-fill from databases. Upload book covers with OCR text detection. Track inventory and availability in real-time glass panels.", imageSrc: "http://img.b2bpic.net/free-vector/art-deco-style-wedding-invitation-template_23-2147941955.jpg", imageAlt: "Book Management Interface"
},
{
id: 2,
title: "Member Management", description: "Register members with glass form panels. Manage member profiles, roles, and membership dates. View member history and borrowing patterns.", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79360.jpg?_wi=1", imageAlt: "Member Management"
title: "Member Management", description: "Register members with glass form panels. Manage member profiles, roles, and membership dates. View member history and borrowing patterns.", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79360.jpg", imageAlt: "Member Management"
},
{
id: 3,
@@ -115,7 +115,7 @@ export default function LandingPage() {
description="Browse recent additions and popular books in our library collection. Glass cards showcase book covers, titles, authors, and availability status."
products={[
{
id: "book-001", name: "The Psychology of Learning", price: "Available", imageSrc: "http://img.b2bpic.net/free-vector/art-deco-style-wedding-invitation-template_23-2147941955.jpg?_wi=2", imageAlt: "Psychology Book"
id: "book-001", name: "The Psychology of Learning", price: "Available", imageSrc: "http://img.b2bpic.net/free-vector/art-deco-style-wedding-invitation-template_23-2147941955.jpg", imageAlt: "Psychology Book"
},
{
id: "book-002", name: "Data Science Fundamentals", price: "Available", imageSrc: "http://img.b2bpic.net/free-vector/invitation-template-holi-festival-celebration_23-2150140254.jpg", imageAlt: "Data Science Book"
@@ -138,7 +138,7 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Priya Sharma", role: "Student", company: "Mumbai University", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79360.jpg?_wi=2", imageAlt: "Priya Sharma"
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79360.jpg", imageAlt: "Priya Sharma"
},
{
id: "2", name: "Rajesh Kumar", role: "Researcher", company: "Tech Research Lab", rating: 5,
@@ -150,7 +150,7 @@ export default function LandingPage() {
},
{
id: "4", name: "Vikram Singh", role: "Librarian", company: "Asha Trust Mumbai", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79360.jpg?_wi=3", imageAlt: "Vikram Singh"
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79360.jpg", imageAlt: "Vikram Singh"
}
]}
kpiItems={[
@@ -212,7 +212,7 @@ export default function LandingPage() {
mediaAnimation="blur-reveal"
mediaPosition="right"
buttonText="Send Inquiry"
imageSrc="http://img.b2bpic.net/free-vector/dashboard-infographic-element-set_52683-30296.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-vector/dashboard-infographic-element-set_52683-30296.jpg"
imageAlt="Contact Support"
/>
</div>