// punktfunk brand mark: two overlapping circles forming a lens — the violet // brand identity (flattened from the clients/apple punktfunk_Logo.icon, shared // verbatim with the marketing site + docs). Back-to-front: large light-violet // circle, deep-violet circle, light highlight where they overlap. export function BrandMark({ className }: { className?: string }) { return ( punktfunk ); } export default BrandMark;