import Link from "@docusaurus/Link"; import clsx from "clsx"; import React, { FC, SVGProps } from "react"; type Props = { className?: string; linkClassName?: string; }; export const EnterpriseGetInTouchButton: FC = (props) => { return (
Signup for BETA
); }; const GetInTouchIcon = (props: SVGProps) => ( );