export function DownloadButton({ size = "default" }: { size?: "default" | "sm" }) { const isSmall = size === "sm"; return ( Download for Mac ); }