--- interface Props { variant?: 'offset' | 'small'; } const { variant } = Astro.props; ---