import { Button, Link, Paper, Stack, Typography } from "@mui/material"; import { HighlightBox } from "./base/boxes"; import ContentCopyIcon from "@mui/icons-material/ContentCopy"; export default function Title() { return ( Next.js {" "} on 🤗{" "} Spaces Run your ML demo with ease in a Next.js environment ); }