import { Dashboard } from '../../../components/Dashboard' import { Container } from '../../../components/Container' import GlobeDemo from '../../../components/GlobeDemo' export const metadata = { title: 'Grid Status', description: 'Live statistics and status of the ThreeFold Grid - the world\'s largest decentralized internet infrastructure.', } export default function Grid() { return ( <> {/* Hero Section */}

ThreeFold Grid Status

Real-time statistics of our global decentralized infrastructure network.

{/* Globe Visualization */}
{/* Dashboard Stats */} {/* Additional Grid Info */}
99.9%
Uptime
80%
Energy Savings vs Cloud
10x
More Secure
100%
Decentralized
) }