import Link from "next/link"; import { Button } from "@/components/ui/button"; import UserProfile from "./userprofile"; import AdminProfile from "./adminprofile"; import RoleGate from "@/components/auth/role-gate"; const SettingsNavigation = async () => { return (