import Link from "next/link"; export function Logo({ width = "w-28" }: { width?: string }) { return ( ); }