import Box from "@mui/material/Box"; export default function Background({ imageName = "background.jpg", opacity = 0.5 }) { return ( ); }