import { Button } from "@/components/ui/button" import { Usb } from "lucide-react" export function Hero() { return (
{/* Dramatic grid background */}
{/* Logo/Brand */}
ALLTOR.NET
{/* Main headline */}

We need an Alternative
Internet

{/* Subheadline */}

A distributed, local-first, collaborative digital ecosystem free from corporate control. Access a new internet through physical USB keys and local mesh networks.

{/* CTA Buttons */}
{/* Key stats */}
100%
Zero Knowledge
P2P
Distributed
Free
No Subscriptions
{/* Bottom fade */}
) }