import Link from "next/link"; import { UserProfile } from "@/components/auth/user-profile"; import { ModeToggle } from "./ui/mode-toggle"; export function SiteHeader() { return (

Next.js Boilerplate

); }