Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-20 19:03:45 +00:00

View File

@@ -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() {
<FooterBase
columns={[
{
title: "Navigation", items: [
title: "Navigation", items: [
{ label: "Hero", href: "#hero" },
{ label: "About", href: "#about" },
{ label: "Features", href: "#features" }
]
},
{
title: "Legal", items: [
title: "Legal", items: [
{ label: "Privacy", href: "#" },
{ label: "Terms", href: "#" }
]