"use client"; import { cn } from "@app/lib/cn"; type ProfessionalContentOverlayProps = { children: React.ReactNode; isProfessional?: boolean; }; export function ProfessionalContentOverlay({ children, isProfessional = false }: ProfessionalContentOverlayProps) { return (
This feature is only available in the Professional Edition.