"use client"; import {Button, Link} from "@heroui/react"; import {usePostHog} from "posthog-js/react"; export const FigmaButton = () => { const posthog = usePostHog(); return ( ); };