Process4
The Process4 component renders an interactive timeline with a changing image carousel, updating every 5 seconds and allowing manual step selection.
Component path: src/blocks/process/Process4.tsx
Component usage path: src/app/blocks/process/process4/page.tsx
Preview link: https://www.saasable.io/blocks/process/process4
Props Details
heading
string
Main title for the component
"Our Process"
caption
string
Additional description or context
"Here’s a step-by-step guide through our process."
cards
ProcessCardProps[]
Array of cards for the timeline, each with a title, description, icon, and image
See example data above
isTimeline
boolean
Whether to show the timeline dots and connectors on the left.
Enables/disables the display of timeline UI with dots and connectors. Defaults to true.
Last updated