diff --git a/src/app/page.tsx b/src/app/page.tsx index 8f8b760..6ab9b3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,6 +68,12 @@ export default function LandingPage() { tag="Core Features" tagIcon={Shield} features={[ + { + icon: Gauge, + title: "Real-Time Analytics", description: "Live monitoring dashboard tracking access patterns, system performance, and security events instantly."}, + { + icon: Cloud, + title: "Cloud-Based Management", description: "Secure cloud infrastructure enabling remote gate control and management from anywhere globally."}, { icon: Zap, title: "Lightning-Fast Response", description: "Sub-second gate activation with real-time status synchronization across all access points and devices."}, @@ -77,12 +83,6 @@ export default function LandingPage() { { icon: Radio, title: "Wireless Integration", description: "IoT-enabled infrastructure connecting gates, sensors, and management systems for unified control."}, - { - icon: Gauge, - title: "Real-Time Analytics", description: "Live monitoring dashboard tracking access patterns, system performance, and security events instantly."}, - { - icon: Cloud, - title: "Cloud-Based Management", description: "Secure cloud infrastructure enabling remote gate control and management from anywhere globally."}, { icon: Users, title: "Multi-User Control", description: "Role-based access management supporting unlimited users with granular permission customization."},