Expanding Gallery
Luxury testimonial gallery with expanding card animations.
testimonialgalleryexpandingluxury
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
items | Array<{id: string, title: string, img: string, quote: string}> | [{id: '1', title: 'Elegant Workflow', img: '...', quote: '...'}, ...] | Array of gallery items with id, title, img, and quote. |
backgroundColor | string | #f5f5f4 | Background color (hex, rgb, or hsl). |
overlayColor | string | #1c1917 | Overlay background color (hex, rgb, or hsl). |