Merge version_3 into main #6

Merged
bender merged 1 commits from version_3 into main 2026-03-05 13:00:00 +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: "/" },