A premium card component that displays images with hover effects, category information, and a button linking to a specified location.
Dependencies
None
Installation
None
Props
Name | Type | Default | Description |
---|---|---|---|
imgOne | string | URL of the first image to display before hover. | |
imgTwo | string | URL of the second image that appears on hover. | |
categoryTitle | string | Title of the category that links to the specified category link. | |
categoryLink | string | / | Link to navigate when the category title is clicked (default is the home page). |
buttonText | string | Text displayed on the button. | |
buttonLink | string | Link to navigate when the button is clicked. |