export function AgeBadge({ range }: { range: string }) { return ( {range} Jahre ) }