Zudo Sg

Type to search...

to open search from anywhere

FeatureSplit

Two-pillar positioning section for a company with two distinct sides (e.g. two business lines). Fixed 2-column layout, collapsing to 1 column on narrow screens.

Landing

Usage

import { FeatureSplit } from "@zudo-sg/ui/src/landing/feature-split/feature-split";

<FeatureSplit
  heading="Two strengths, one company"
  pillars={[
    { index: "01", title: "Electronics", body: "..." },
    { index: "02", title: "Chemicals", body: "..." },
  ]}
/>
Default
Narrow (collapses to 1 column)