| children* | React.ReactNode | - | The content to be displayed inside the button |
| className | string | "" | Custom class names for styling |
| textDuration | number | 0.25 | Duration in seconds for the original text slide-up animation |
| cloneDuration | number | 0.5 | Duration in seconds for the clone text slide-in animation |
| cloneDelay | number | 0.12 | Delay in seconds before the clone text animation starts |
| buttonScale | number | 0.98 | Scale value for the button on hover (1 = no scale) |
| buttonOpacity | number | 0.8 | Opacity value for the button on hover (0-1) |
| onClick | () => void | - | Click handler function |