+
@@ -75,12 +94,8 @@ export default function LandingPage() {
{ icon: Infinity, title: "Scaling", subtitle: "Infinite", detail: "Adaptive load" }
]
},
- {
- bentoComponent: "reveal-icon", icon: Rocket, title: "Quantum Drive", description: "Propel your business into the new era with adaptive propulsion systems."
- },
- {
- bentoComponent: "reveal-icon", icon: Globe, title: "Universal Sync", description: "Synchronize your global operations with automated cross-platform integration."
- }
+ { bentoComponent: "reveal-icon", icon: Rocket, title: "Quantum Drive", description: "Propel your business into the new era with adaptive propulsion systems." },
+ { bentoComponent: "reveal-icon", icon: Globe, title: "Universal Sync", description: "Synchronize your global operations with automated cross-platform integration." }
]}
title="Core Modules"
description="Unlock futuristic power modes and seamless performance across all your digital assets."
@@ -133,14 +148,8 @@ export default function LandingPage() {
features={[
{
title: "Interactive Mode", description: "Click to toggle your power mode for a personalized interface transformation.", bentoComponent: "phone", statusIcon: Power, alertIcon: AlertCircle, alertTitle: "Energy Build Up", alertMessage: "Ready for transformation", apps: [
- { name: "Mode 1", icon: Sun },
- { name: "Mode 2", icon: Moon },
- { name: "Mode 3", icon: Star },
- { name: "Mode 4", icon: Zap },
- { name: "Mode 5", icon: Cloud },
- { name: "Mode 6", icon: Compass },
- { name: "Mode 7", icon: Anchor },
- { name: "Mode 8", icon: Target }
+ { name: "Mode 1", icon: Sun }, { name: "Mode 2", icon: Moon }, { name: "Mode 3", icon: Star }, { name: "Mode 4", icon: Zap },
+ { name: "Mode 5", icon: Cloud }, { name: "Mode 6", icon: Compass }, { name: "Mode 7", icon: Anchor }, { name: "Mode 8", icon: Target }
]
}
]}
@@ -165,19 +174,8 @@ export default function LandingPage() {