imageSrc | string | "" | The source URL of the background image |
text | string / React.ReactNode | "" | The text or content to display over the image |
overlayOpacity | number? | 50 | The opacity of the text overlay (0-100) |
textPosition | `"top"/"center" | "bottom"` | The vertical position of the text |
textAlignment | "left"/"center"/"right" | The horizontal alignment of the text | |
className | string? | "" | Additional classes for the container |
imageAlt | string? | "Background image" | The alt text for the image |
height | number? | 400 | The height of the component (in pixels) |
textClassName | string? | "font-bold" | Additional classes for the text element |