import { Badge } from "@repo/ui"; import { Award } from "lucide-react"; import { getServerSession } from "../../api/auth/[...nextauth]/auth"; export const Badges = async () => { const session = await getServerSession(); if (!session) return null; return (