feat: create the app header draft

This commit is contained in:
Rodolfo Ruiz
2025-05-14 19:48:23 -06:00
parent eb5ebf60cd
commit 1ddcfff8eb
3 changed files with 23 additions and 24 deletions

View File

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