<Column as="main" fillWidth horizontal="center"> <Column maxWidth="l" paddingY="80" gap="104" fillWidth> {/* sections go here */} </Column> </Column>
<Column gap="24" horizontal="center"> <Text variant="label-default-s" onBackground="brand-medium"> EYEBROW </Text> <Heading variant="display-strong-s" align="center"> Section title </Heading> <Text variant="body-default-m" onBackground="neutral-weak" align="center"> Section description </Text> {/* section content */} </Column>
<Column fillWidth horizontal="center" paddingY="80" overflow="hidden"> <Background position="absolute" top="0" left="0" fill pointerEvents="none" gradient={{ display: true, colorStart: "brand-alpha-medium", colorEnd: "static-transparent", x: 50, y: 0, width: 150, height: 80, opacity: 60 }} /> <Column zIndex={1} maxWidth="l" gap="24" horizontal="center"> {/* hero content */} </Column> </Column>