About 3
The About3 component is designed to display content in two main columns: one with text (including the heading, description, and list) and one with an image.
Component path: src/blocks/about/About3.tsx
Component usage path: src/app/blocks/about/about3/page.tsx
Preview link: https://www.saasable.io/blocks/about/about3
Props Details
heading
string
The main title of the section, displayed at the top of the left column.
Large text within Typeset
description
string
A description or introductory text, displayed below the heading.
Typography
below the heading
list
ListItem[]
A list of items, each with a title, displayed below the description in a grid format.
Typography
with SvgIcon
for each item
image
ImageCommonProps
The image to be displayed, with scaling and positioning applied.
GraphicsImage
within a GraphicsCard
Last updated