/** * ╔══════════════════════════════════════════════════════════════════╗ * ║ ║ * ║ +-+-+-+-+-+-+-+-+ ║ * ║ |H|e|x|a|H|o|s|t| ║ * ║ +-+-+-+-+-+-+-+-+ ║ * ║ ║ * ║ © 2026 HexaHost — All Rights Reserved ║ * ║ ║ * ║ discord ── https://discord.gg/hexahost ║ * ║ github ── https://github.com/theoneandonlymace ║ * ║ ║ * ╚══════════════════════════════════════════════════════════════════╝ */ "use client"; import React from "react"; import Link from "next/link"; import { signIn } from "next-auth/react"; import { ShieldCheck, Zap, BarChart4, MessageSquare, ChevronRight, LayoutDashboard, LogIn, Layers, Sparkles, Bot, Activity, History, CheckCircle2, ShieldAlert, Globe, Terminal, Cpu, Users2, Lock, Radio, Gamepad2, Music4, User } from "lucide-react"; import { Button } from "@/components/ui/button"; import { cn } from "@/lib/utils"; export default function LandingPage() { return (
{/* Dynamic Background */}
{/* Navigation */} {/* Hero Section */}
Neural Core v2 Active • Global Shard 07

Evolution
Moderated.

The hyper-performance Discord engine. Automated security, cinematic leveling, and precision tools for the world's most elite communities.

{/* Cinematic Dashboard Mockup */}
{/* Fake Window Controls */}
sec.neural.core // active_node_01
{/* Content Placeholder with High Contrast */}
{[1, 2, 3].map(i => (
))}
{/* Visual Glow Layer */}
{/* Grid Section */}

High-Scale
Infrastructure.

Global redundancy delivers sub-millisecond dispatch times across 20+ edge regions. Zero lag, zero downtime.

Ping Latency

12ms

Global Uptime

99.99%

{[ { title: "Neuro-Security", desc: "Contextual AI analysis detects raids and token-logging attempts in real-time.", icon: ShieldCheck, color: "bg-red-500/10 border-red-500/20 text-red-500" }, { title: "Edge Dispatch", desc: "Distributed command execution ensuring your commands work everywhere, instantly.", icon: Zap, color: "bg-orange-500/10 border-orange-500/20 text-orange-500" }, { title: "Leveling Engine", desc: "Premium rendered rewards with 4K rank card generation and multi-role hierarchies.", icon: BarChart4, color: "bg-red-600/10 border-red-600/20 text-red-600" }, { title: "Threaded Support", desc: "High-volume ticket systems with enterprise encryption and lifetime transcripts.", icon: MessageSquare, color: "bg-slate-500/10 border-slate-500/20 text-slate-400" }, { title: "Real-time Flux", desc: "Watch server events live with zero-latency WebSocket data streaming.", icon: History, color: "bg-red-800/10 border-red-800/20 text-red-700" }, { title: "Cloud Integrity", desc: "Encrypted backups of all server configurations stored in off-site neural vaults.", icon: Layers, color: "bg-white/10 border-white/20 text-white" } ].map((feature, i) => (

{feature.title}

{feature.desc}

))}
{/* Architecture Section */}
The Stack

Neural Core
Technology.

Our proprietary engine is built on a custom Rust-based microkernel that handles millions of events with a footprint smaller than a typical Discord bot.

{[ { icon: Terminal, title: "Custom DSL", desc: "Write advanced logic with our intuitive Axiom scripting language." }, { icon: Cpu, title: "FPGA Ready", desc: "Hardware-accelerated pattern matching for instant response." }, { icon: Lock, title: "Zero Trust", desc: "Every command execution is sandboxed and cryptographically verified." }, { icon: Radio, title: "Low Entropy", desc: "Optimized for minimal CPU jitter and maximum reliability." } ].map((item, i) => (

{item.title}

{item.desc}

))}
{/* Modules Grid */}

The Matrix
Complete.

Every module you need. Redefined for the modern era.

{[ { name: "Anti-Nuke", desc: "Absolute server lockdown.", icon: ShieldAlert }, { name: "Verification", desc: "Bot-free onboarding.", icon: CheckCircle2 }, { name: "Welcome", desc: "Cinematic entries.", icon: Sparkles }, { name: "Vanity Roles", desc: "Custom server identity.", icon: Gamepad2 }, { name: "Auto Role", desc: "Instant rank assignment.", icon: User }, { name: "Join to Create", desc: "Self-service voice channels.", icon: Music4 }, { name: "Tracking", desc: "Predictive user metrics.", icon: Activity }, { name: "Invites", desc: "Advanced growth tracking.", icon: Globe }, { name: "Custom Roles", desc: "User-defined permissions.", icon: Lock }, { name: "Reaction Roles", desc: "Interactive role menus.", icon: Layers }, { name: "Tickets", desc: "Support at lightspeed.", icon: MessageSquare }, { name: "Join DM", desc: "Personalized welcomes.", icon: MessageSquare } ].map((mod, i) => (

{mod.name}

{mod.desc}

))}
{/* Network / Global Section */}

Global
Reach.

Powering servers with over 12 million combined users. Our network spans every continent, bringing your community closer together.

{[ { stat: "12M+", label: "Users Protected" }, { stat: "24", label: "Edge Clusters" }, { stat: "5.2K", label: "Verified Communities" } ].map((item, i) => (
{item.stat}
{item.label}
))}
{/* FAQ Section */}

Knowledge Base

Frequently Asked Questions

{[ { q: "Is the Axiom Engine free to use?", a: "The core engine is 100% free for all communities. We offer premium clusters for ultra-high-scale enterprise servers." }, { q: "How secure is my server data?", a: "Every byte of configuration data is AES-256 encrypted at rest. We never store personal user data beyond Discord's standard requirements." }, { q: "Can I migrate from other bots?", a: "Yes, our Migration Matrix tool allows you to import leveling and configuration data from most popular bots in minutes." }, { q: "What is the 'Neural Core'?", a: "It's our advanced event-processing architecture that uses predictive analysis to moderate raids before they escalate." } ].map((item, i) => (

{item.q}

{item.a}

))}
{/* CTA Section */}

Ready to
Evolve?

Join 5,000+ communities scaling their automation with the Axiom Engine. Setup takes less than 30 seconds.

Neural Uplink: Stable
{/* Footer */}
); }