import Link from "next/link"; import Image from "next/image"; import Logo from "./Logo"; export default function Header() { return ( ); }