"use client" import Image from "next/image" import { MapPin, Link as LinkIcon, Building2, Users } from "lucide-react" import { BadgesSection } from "./BadgesSection" const organizations = [ { name: "OpceanAI", href: "https://github.com/OpceanAI", image: "https://hebbkx1anhila5yf.public.blob.vercel-storage.com/227894459-2oQ1baq2VgHBM9rxZMomnFNe2r9Rn7.jpeg" }, { name: "Koe-chat", href: "https://github.com/Koe-chat", image: "https://hebbkx1anhila5yf.public.blob.vercel-storage.com/262720249-JRsnKEbwow4EHvSpH1cKzbgp5WapeX.jpeg" }, { name: "YuuKi-OS", href: "https://github.com/YuuKi-OS", image: "https://hebbkx1anhila5yf.public.blob.vercel-storage.com/245765428-eThYIv5iIR2dR98QxF2JzFND9f2whK.jpeg" } ] export function ProfileSidebar() { return (