Integration1
Last updated
Last updated
The Integration1
component renders a section with two grids, one displaying a headline, caption, and a button, and the other showing a list of animated marquee tags with integration data, all styled with Material UI and Framer Motion for animations.
Component path: src/blocks/integration/Integration1.tsx
Component usage path: src/app/blocks/integration/integration1/page.tsx
Preview link:
headLine
string
Main heading text
"Our Innovative Solutions"
captionLine
string
Secondary descriptive text
"Discover the features that make us stand out"
primaryBtn
ButtonProps
Properties for the primary button
{ variant: 'contained', children: 'Learn More' }
marquees
MarqueesDataProps[]
Array of marquee sections with properties and tag data
[{ marqueeProps: { speed: 50 }, data: [...] }]