4 Commits

Author SHA1 Message Date
e7c94ae8ef Merge version_3 into main
Merge version_3 into main
2026-03-05 13:00:00 +00:00
865e28d6d5 Update src/app/admin/page.tsx 2026-03-05 12:59:56 +00:00
e588f0b3bd Merge version_2 into main
Merge version_2 into main
2026-03-05 12:57:20 +00:00
4376e51a7f Merge version_2 into main
Merge version_2 into main
2026-03-05 12:56:22 +00:00

View File

@@ -42,7 +42,8 @@ export default function AdminPage() {
<TextSplitAbout
title="Administrator Portal"
description={[
"The VKMS Administrator Portal provides complete access to manage all organizational operations, member data, and financial collections. With secure role-based authentication, administrators can efficiently oversee the entire smart office system.", "Administrators have the highest level of access, including the ability to manage all users, configure system settings, manage members and routes, process collections, generate reports, and perform system maintenance. All administrative actions are logged for audit purposes.", "The portal includes intuitive dashboards, real-time analytics, and powerful tools for managing large volumes of member data and collection records. Whether you're the organization head, treasurer, or system administrator, you'll find everything needed to manage VKMS operations effectively."]}
"The VKMS Administrator Portal provides complete access to manage all organizational operations, member data, and financial collections. With secure role-based authentication, administrators can efficiently oversee the entire smart office system.", "Administrators have the highest level of access, including the ability to manage all users, configure system settings, manage members and routes, process collections, generate reports, and perform system maintenance. All administrative actions are logged for audit purposes.", "The portal includes intuitive dashboards, real-time analytics, and powerful tools for managing large volumes of member data and collection records. Whether you're the organization head, treasurer, or system administrator, you'll find everything needed to manage VKMS operations effectively."
]}
buttons={[
{ text: "Access Admin Dashboard", href: "https://dashboard.vkms.local/admin" },
{ text: "Back to Home", href: "/" },