Integration8
Integration8 that displays a series of integration icons in a responsive layout with customizable heading, caption, and primary button, using Material-UI components for styling and layout.
Component path: src/blocks/integration/Integration8.tsx
Component usage path: src/app/blocks/integration/integration8/page.tsx
Preview link: https://www.saasable.io/blocks/integration/integration8
Props Details
Prop
Type
Description
Displayed as
headLine
string
Main heading or title of the section.
"Seamless Integrations"
captionLine
string
Subheading or caption providing additional context.
"Connect with your favorite tools effortlessly"
primaryBtn
ButtonProps
Properties for the primary button (e.g., variant, color).
{ variant: 'contained', color: 'primary', onClick: () => alert('Button clicked!') }
Last updated