import clsx from 'clsx' export function Title(props: { text: string; className?: string }) { const { text, className } = props return (