Benefit5
The Benefit5 component renders a section with a heading, caption, and a grid of animated statistic cards, each displaying a counter, unit, and description.
Component path: src/blocks/benefit/Benefit5.tsx
Component usage path: src/app/blocks/benefit/benefit5/page.tsx
Preview link: https://www.saasable.io/blocks/benefit/benefit5
Props Details
Prop
Type
Description
Displayed as
heading
string
Main title of the section.
"Our Key Advantages"
caption
string
Additional descriptive text for the section.
"Discover the unique features and benefits that set us apart..."
blockDetail
Array of objects
Array of blocks, each with counter, unit, caption, and animation delay.
[ { counter: '500', defaultUnit: 'k', caption: 'Users', animationDelay: 0.1 }, ... ]
Last updated