import Link from "next/link"; import { Button } from "@/components/ui/button"; const stats = [ { label: "Trusted users on Nostr", value: "111,597" }, { label: "Satoshis Zapped", value: "1.2 billion" }, { label: "Active relays", value: "1,915" }, ]; export default function LandingPage() { return (
); }