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

MoneyMind

); }