import { ButtonCustom } from "@/components"; export default function Investment_ButtonInvestasiSection({ isMine, }: { isMine: boolean; }) { return ( <> {isMine ? ( Beli Saham ) : ( Investasi Ini Milik Anda )} > ); }