From e6830d4998fadbe5326f0186fefce41fa33dd45d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 15:54:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 25404ea..875203c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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" }, ], }, { -- 2.49.1