import Stack from '@mui/joy/Stack'; import Typography from '@mui/joy/Typography'; export default function TypographyHeadline() { return ( h1: Lorem ipsum h2: What is Lorem Ipsum? h3: The standard Lorem Ipsum passage. h4: The smallest headline of the page ); }