Update src/app/page.tsx

This commit is contained in:
2026-04-06 10:43:16 +00:00
parent e996e27ac0
commit 6d4f44b09e

View File

@@ -65,24 +65,21 @@ export default function WebAgency2Page() {
carouselItemClassName="!aspect-[4/5]"
/>
<FeatureBento
title="Key Modules for Every Role"
description="Unified access control and management for a safer, more connected neighborhood."
id="dashboard"
title="Admin Dashboard Modules"
description="Comprehensive control systems for village operations."
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
features={[
{
title: "Admin Hub", description: "Streamlined billing, facility scheduling, and resident management tools.", bentoComponent: "reveal-icon", icon: Building2,
title: "Resident Management", description: "Maintain updated resident databases, vehicle registry, and household profiles.", bentoComponent: "reveal-icon", icon: Users,
},
{
title: "Resident Portal", description: "Submit requests, pay dues, and receive community announcements instantly.", bentoComponent: "media-stack", items: [
{ imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-near-tablet-with-plan_23-2147785623.jpg", imageAlt: "Resident dashboard overview" },
{ imageSrc: "http://img.b2bpic.net/free-vector/interface-charity-application_23-2148632019.jpg", imageAlt: "Billing and payments portal" },
{ imageSrc: "http://img.b2bpic.net/free-vector/illustation-loan-application_53876-20579.jpg", imageAlt: "Request tracking" },
],
title: "Security Operations", description: "Centralized monitoring of CCTVs, patrol routes, and emergency broadcast alerts.", bentoComponent: "reveal-icon", icon: Shield,
},
{
title: "Security Interface", description: "Real-time visitor logs, gate access validation, and emergency broadcast systems.", bentoComponent: "reveal-icon", icon: Shield,
title: "Access Control", description: "Manage gate entry credentials, visitor pass logs, and automated barrier synchronization.", bentoComponent: "reveal-icon", icon: KeyRound,
},
]}
/>
@@ -177,4 +174,4 @@ export default function WebAgency2Page() {
</ReactLenis>
</ThemeProvider>
);
}
}