"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 →
Disclaimer: parody universe. No real goods. No real money. Just immaculate confusion.
);
}