import { Stack } from "@mui/material"; import Image from "next/image"; const HeaderTop = () => { return ( ); }; export default HeaderTop;