import { Card } from 'welcome-ui/Card'const Example = () => {return (<Card className="max-w-1/2"><Card.Body>A card doesn’t have padding by default. To add padding to a card, you should wrap yourcontent in a <strong>Card.Body</strong> which has default <strong>padding</strong> of{' '}<strong>lg</strong>.</Card.Body></Card>)}export default Example