import Image from "next/image"; const Logo = ({ height, width }: { height: number; width: number }) => { return logo; }; export default Logo;