Update src/app/page.tsx
This commit is contained in:
@@ -47,7 +47,7 @@ export default function HomePage() {
|
||||
logoText="Smart Library Management System"
|
||||
description="Automated RFID-based book tracking with real-time inventory management, student registration, and fine calculation for modern libraries."
|
||||
buttons={[
|
||||
{ text: "Explore Features", href: "#features" },
|
||||
{ text: "Explore Features", href: "features" },
|
||||
{ text: "Get Started", href: "/login" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-library-with-tablet_1134-234.jpg"
|
||||
@@ -206,7 +206,6 @@ export default function HomePage() {
|
||||
id: "6", title: "What can admins control?", content:
|
||||
"Admins have full system control: add/update books, manage user accounts, access comprehensive transaction logs, view system analytics, manage fine policies, and export reports. Admins also handle system configuration and permissions."},
|
||||
]}
|
||||
animationType="smooth"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -232,9 +231,9 @@ export default function HomePage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Features", href: "features" },
|
||||
{ label: "Pricing", href: "pricing" },
|
||||
{ label: "FAQ", href: "faq" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user