"use client";
import Link from "next/link";
export function WebringBadge({ storeHref = "/" }: { storeHref?: string }) {
return (
VERIFIED WORKING SITE
This microsite has been audited by the Department of Vibes and found to be
suspiciously operational.
Return to CyberLux →
Shadow-routed microsite · deploy your own onion from the hub → /launch
);
}