Content Blocks
Bento Mosaic
Bento mosaic testimonial grid with expandable cards.
testimonialbentomosaicexpandable
Props
Customize the component with these props
| Property | Type | Default | Description |
|---|---|---|---|
testimonials | TestimonialItem[] | [] | Array of testimonial items with id, name, role, company, content/text, media, avatar/image. |
backgroundColor | string | #f5f5f5 | Background color of the component (hex, rgb, or hsl). |
headerCardBgColor | string | #4f46e5 | Background color of the header card (hex, rgb, or hsl). |
headerCardBlurColor | string | rgba(255,255,255,0.1) | Blur effect color for the header card (hex, rgb, or hsl). |
headerTextColor | string | #ffffff | Text color of the header (hex, rgb, or hsl). |
headerText | string | What people are saying. | Header text content. |
card1BgColor | string | #ffffff | Background color of card 1 (hex, rgb, or hsl). |
card1TextColor | string | #525252 | Text color of card 1 (hex, rgb, or hsl). |
card2BgColor | string | #facc15 | Background color of card 2 (hex, rgb, or hsl). |
card2TextColor | string | #000000 | Text color of card 2 (hex, rgb, or hsl). |
card2QuoteColor | string | #000000 | Quote text color of card 2 (hex, rgb, or hsl). |
card2CompanyColor | string | rgba(0,0,0,0.6) | Company text color of card 2 (hex, rgb, or hsl). |
card3BgColor | string | #000000 | Background color of card 3 (hex, rgb, or hsl). |
card3AvatarBorderColor | string | #404040 | Avatar border color of card 3 (hex, rgb, or hsl). |
card3QuoteColor | string | #ffffff | Quote text color of card 3 (hex, rgb, or hsl). |
card3QuoteItalic | boolean | true | Whether to display quotes in italic on card 3. |
card3AuthorColor | string | #ffffff | Author name color of card 3 (hex, rgb, or hsl). |
card3RoleColor | string | #737373 | Author role color of card 3 (hex, rgb, or hsl). |
statCardBgColor | string | #ffffff | Background color of stat cards (hex, rgb, or hsl). |
statValueColor | string | #4f46e5 | Value text color of stat cards (hex, rgb, or hsl). |
statLabelColor | string | #737373 | Label text color of stat cards (hex, rgb, or hsl). |
card5BgColor | string | #faf5ff | Background color of card 5 (hex, rgb, or hsl). |
card5HoverBgColor | string | #f3e8ff | Background color of card 5 on hover (hex, rgb, or hsl). |
card5TextColor | string | #581c87 | Text color of card 5 (hex, rgb, or hsl). |
card5IconColor | string | #9333ea | Icon color of card 5 (hex, rgb, or hsl). |
card5AuthorColor | string | #6b21a8 | Author name color of card 5 (hex, rgb, or hsl). |
card6BgColor | string | #ffffff | Background color of card 6 (hex, rgb, or hsl). |
card6IconBgColor | string | #f5f5f5 | Icon background color of card 6 (hex, rgb, or hsl). |
card6IconColor | string | #eab308 | Icon color of card 6 (hex, rgb, or hsl). |
card6TextColor | string | #525252 | Text color of card 6 (hex, rgb, or hsl). |