From cf0add895b5dc5bcfdbe52b0b8f390b73b50d619 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 19:03:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 12b380d..82a52ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,19 +69,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - bentoComponent: "3d-stack-cards", title: "Neural Link", description: "Seamless brain-machine connectivity for real-time data flow.", items: [ + bentoComponent: "3d-stack-cards", title: "Neural Link", description: "Seamless brain-machine connectivity for real-time data flow.", items: [ { icon: Cpu, title: "Ultra Speed", subtitle: "Low Latency", detail: "Instant feedback" }, { icon: Shield, title: "Security", subtitle: "Encrypted", detail: "Quantum-safe" }, { 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: 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: Globe, title: "Universal Sync", description: "Synchronize your global operations with automated cross-platform integration." } ]} title="Core Modules" @@ -115,12 +113,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - bentoComponent: "timeline", heading: "Development Phases", subheading: "Timeline of progression", items: [ + title: "Our Journey", description: "Charting the evolution from digital startup to futuristic pioneer.", bentoComponent: "timeline", heading: "Development Phases", subheading: "Timeline of progression", items: [ { label: "V1 Origin", detail: "Prototype inception" }, { label: "V2 Expansion", detail: "Global market launch" }, { label: "V3 Quantum", detail: "3D interface integration" } - ], - completedLabel: "Active" + ], completedLabel: "Active" } ]} title="Our Journey" @@ -135,9 +132,7 @@ export default function LandingPage() { animationType="blur-reveal" features={[ { - bentoComponent: "phone", statusIcon: Power, - alertIcon: AlertCircle, - alertTitle: "Energy Build Up", alertMessage: "Ready for transformation", apps: [ + 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 }, @@ -171,14 +166,14 @@ export default function LandingPage() {