import { Grid, ThemeProvider, Typography } from "@mui/material"; import { buildTheme } from "../../infrastructure/theme/theme"; export default function Intro({ image, subtitle, height }) { return ( <> {subtitle} {subtitle} ); }